1
0
Fork 0
forked from len0rd/rockbox

New feature: clean shutdown if you press OFF twice in the file browser, or select "Shut

off" in the main menu. Players only have the menu option, due to lack of keys.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4940 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2004-07-24 21:26:41 +00:00
parent 6b8d020876
commit 5b5003dcb1
9 changed files with 113 additions and 13 deletions

View file

@ -39,5 +39,6 @@ void screen_dump(void);
#endif
bool settings_parseline(char* line, char** name, char** value);
bool clean_shutdown(void);
#endif