1
0
Fork 0
forked from len0rd/rockbox

Fix dircache not saving the last size (Caused the Scanning disk splash

to show every bot).


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11734 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2006-12-12 10:45:34 +00:00
parent 972b2dbcab
commit 6581146eb1
3 changed files with 17 additions and 12 deletions

View file

@ -161,8 +161,9 @@ int init_dircache(bool preinit)
{
backlight_on();
show_logo();
settings_save();
}
global_settings.dircache_size = dircache_get_cache_size();
settings_save();
}
return result;