mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2024-11-23 19:59:16 +01:00
* +Some missing stuff
This commit is contained in:
parent
fb1edaf1e4
commit
6ccf8693b5
@ -42,6 +42,7 @@ void CachedList<T>::Load(string path, string containing) /* Load All
|
||||
|
||||
if(update_games) force_update[COVERFLOW_USB] = false;
|
||||
if(update_homebrew) force_update[COVERFLOW_HOMEBREW] = false;
|
||||
if(update_dml) force_update[COVERFLOW_DML] = false;
|
||||
|
||||
bool music = typeid(T) == typeid(std::string);
|
||||
|
||||
|
@ -1015,6 +1015,8 @@ int CMenu::_gametdbDownloaderAsync()
|
||||
LWP_MutexLock(m_mutex);
|
||||
_setThrdMsg(_t("dlmsg26", L"Updating cache..."), 0.f);
|
||||
LWP_MutexUnlock(m_mutex);
|
||||
|
||||
m_GameTDBLoaded = true;
|
||||
|
||||
_loadList();
|
||||
_initCF();
|
||||
|
Loading…
Reference in New Issue
Block a user