forked from len0rd/rockbox
fix pictureflow, previous fix caused cache to never be marked as good
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19785 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d4e4b580c7
commit
2fecb713ea
1 changed files with 2 additions and 2 deletions
|
@ -1928,9 +1928,9 @@ int main(void)
|
|||
if (!create_empty_slide(cache_version != CACHE_VERSION)) {
|
||||
rb->splash(HZ, "Could not load the empty slide");
|
||||
return PLUGIN_ERROR;
|
||||
cache_version = CACHE_VERSION;
|
||||
configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION);
|
||||
}
|
||||
cache_version = CACHE_VERSION;
|
||||
configfile_save(CONFIG_FILE, config, CONFIG_NUM_ITEMS, CONFIG_VERSION);
|
||||
|
||||
if (!create_pf_thread()) {
|
||||
rb->splash(HZ, "Cannot create thread!");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue