forked from len0rd/rockbox
Disable loading dircache from disk to avoid FS#12590.
A proper fix would of course be better, but this at least avoids the crash. Change-Id: Idae499c7efc8bb683912716e25620f163c1687d4
This commit is contained in:
parent
71039a928f
commit
ab07950c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ static int init_dircache(bool preinit)
|
|||
if (!global_settings.dircache)
|
||||
return 0;
|
||||
|
||||
# ifdef HAVE_EEPROM_SETTINGS
|
||||
# if 0
|
||||
if (firmware_settings.initialized && firmware_settings.disk_clean
|
||||
&& preinit)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue