mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 09:05:06 +01:00
Add option "update_cache" in GENERAL section, to force cache update at startup
This commit is contained in:
parent
713d8f5616
commit
1583e55de6
@ -197,6 +197,8 @@ int CMenu::main(void)
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
m_gameList.SetLanguage(lang);
|
m_gameList.SetLanguage(lang);
|
||||||
|
if (m_cfg.getBool("GENERAL", "update_cache", false))
|
||||||
|
UpdateCache();
|
||||||
_loadList();
|
_loadList();
|
||||||
|
|
||||||
_showMain();
|
_showMain();
|
||||||
|
Loading…
Reference in New Issue
Block a user