1
0
Fork 0
forked from len0rd/rockbox

update the runtime screen and move it to the inf menu instead of debug

menu


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11817 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-12-19 12:26:03 +00:00
parent 6efad93713
commit d152b6492a
6 changed files with 153 additions and 87 deletions

View file

@ -556,7 +556,6 @@ bool settings_parseline(char* line, char** name, char** value)
static void system_flush(void)
{
tree_flush();
/*settings_save();*/
call_ata_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */
}