forked from len0rd/rockbox
revert part of r25042 so boot error splashes are localised, and so there isnt a boot slowdown (which was the origional reason for r24922)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25050 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4f63db9de0
commit
792f7335af
1 changed files with 2 additions and 4 deletions
|
|
@ -337,7 +337,7 @@ static void init(void)
|
||||||
storage_init();
|
storage_init();
|
||||||
settings_reset();
|
settings_reset();
|
||||||
settings_load(SETTINGS_ALL);
|
settings_load(SETTINGS_ALL);
|
||||||
settings_apply(false);
|
settings_apply(true);
|
||||||
init_dircache(true);
|
init_dircache(true);
|
||||||
init_dircache(false);
|
init_dircache(false);
|
||||||
#ifdef HAVE_TAGCACHE
|
#ifdef HAVE_TAGCACHE
|
||||||
|
|
@ -376,7 +376,6 @@ static void init(void)
|
||||||
audio_init();
|
audio_init();
|
||||||
button_clear_queue(); /* Empty the keyboard buffer */
|
button_clear_queue(); /* Empty the keyboard buffer */
|
||||||
|
|
||||||
settings_apply(true);
|
|
||||||
settings_apply_skins();
|
settings_apply_skins();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -571,7 +570,7 @@ static void init(void)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
settings_apply(false);
|
settings_apply(true);
|
||||||
init_dircache(false);
|
init_dircache(false);
|
||||||
#ifdef HAVE_TAGCACHE
|
#ifdef HAVE_TAGCACHE
|
||||||
init_tagcache();
|
init_tagcache();
|
||||||
|
|
@ -636,7 +635,6 @@ static void init(void)
|
||||||
#ifdef HAVE_HOTSWAP_STORAGE_AS_MAIN
|
#ifdef HAVE_HOTSWAP_STORAGE_AS_MAIN
|
||||||
check_bootfile(false); /* remember write time and filesize */
|
check_bootfile(false); /* remember write time and filesize */
|
||||||
#endif
|
#endif
|
||||||
settings_apply(true);
|
|
||||||
settings_apply_skins();
|
settings_apply_skins();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue