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:
parent
972b2dbcab
commit
6581146eb1
3 changed files with 17 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue