mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-01 00:55: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;
|
||||
}
|
||||
m_gameList.SetLanguage(lang);
|
||||
if (m_cfg.getBool("GENERAL", "update_cache", false))
|
||||
UpdateCache();
|
||||
_loadList();
|
||||
|
||||
_showMain();
|
||||
|
Loading…
Reference in New Issue
Block a user