mirror of
https://github.com/Fledge68/WiiFlow_Lite.git
synced 2025-02-17 12:36:20 +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_games) force_update[COVERFLOW_USB] = false;
|
||||||
if(update_homebrew) force_update[COVERFLOW_HOMEBREW] = false;
|
if(update_homebrew) force_update[COVERFLOW_HOMEBREW] = false;
|
||||||
|
if(update_dml) force_update[COVERFLOW_DML] = false;
|
||||||
|
|
||||||
bool music = typeid(T) == typeid(std::string);
|
bool music = typeid(T) == typeid(std::string);
|
||||||
|
|
||||||
|
@ -1016,6 +1016,8 @@ int CMenu::_gametdbDownloaderAsync()
|
|||||||
_setThrdMsg(_t("dlmsg26", L"Updating cache..."), 0.f);
|
_setThrdMsg(_t("dlmsg26", L"Updating cache..."), 0.f);
|
||||||
LWP_MutexUnlock(m_mutex);
|
LWP_MutexUnlock(m_mutex);
|
||||||
|
|
||||||
|
m_GameTDBLoaded = true;
|
||||||
|
|
||||||
_loadList();
|
_loadList();
|
||||||
_initCF();
|
_initCF();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user