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)
|
static void system_flush(void)
|
||||||
{
|
{
|
||||||
tree_flush();
|
tree_flush();
|
||||||
settings_save();
|
/*settings_save();*/
|
||||||
call_ata_idle_notifys(true); /*doesnt work on usb and shutdown from ata thread */
|
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
|
#ifdef SIMULATOR
|
||||||
(void)callback;
|
(void)callback;
|
||||||
(void)parameter;
|
(void)parameter;
|
||||||
settings_save();
|
|
||||||
call_ata_idle_notifys(true);
|
call_ata_idle_notifys(true);
|
||||||
exit(0);
|
exit(0);
|
||||||
#else
|
#else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue