1
0
Fork 0
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:
Jonathan Gordon 2008-03-06 07:03:14 +00:00
parent 012833ce15
commit e1ba7f76ef
6 changed files with 79 additions and 75 deletions

View file

@ -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: