forked from len0rd/rockbox
there is no need to load the filename settings unless reading from a .cfg, so stop them being read every time settings_apply() is called
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16535 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
012833ce15
commit
e1ba7f76ef
6 changed files with 79 additions and 75 deletions
|
|
@ -69,7 +69,7 @@ static int reset_settings(void)
|
|||
{
|
||||
case YESNO_YES:
|
||||
settings_reset();
|
||||
settings_apply();
|
||||
settings_apply(true);
|
||||
settings_save();
|
||||
break;
|
||||
case YESNO_NO:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue