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:
parent
2f16d4f1b3
commit
6efad93713
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue