1
0
Fork 0
forked from len0rd/rockbox

revert my previous commit, Save your settings manually to a .cfg if you

are worried about settings not taking effect.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11816 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-12-19 12:03:20 +00:00
parent 2f16d4f1b3
commit 6efad93713

View file

@ -556,7 +556,7 @@ bool settings_parseline(char* line, char** name, char** value)
static void system_flush(void)
{
tree_flush();
settings_save();
/*settings_save();*/
call_ata_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */
}
@ -570,7 +570,6 @@ static bool clean_shutdown(void (*callback)(void *), void *parameter)
#ifdef SIMULATOR
(void)callback;
(void)parameter;
settings_save();
call_ata_idle_notifys(true);
exit(0);
#else