forked from len0rd/rockbox
MENU_DISK_CHANGED is the new value for telling disk content might have
changed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1949 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b285076925
commit
aa458aa9d8
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
typedef enum {
|
||||
MENU_OK,
|
||||
MENU_REFRESH_DIR, /* any file/directory contents need to be re-read */
|
||||
MENU_DISK_CHANGED, /* any file/directory contents need to be re-read */
|
||||
MENU_LAST /* don't use as return code, only for number of return codes
|
||||
available */
|
||||
} Menu;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue