* +Some missing stuff

This commit is contained in:
overjoy.psm 2012-02-02 23:35:05 +00:00
parent fb1edaf1e4
commit 6ccf8693b5
2 changed files with 3 additions and 0 deletions

View File

@ -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);

View File

@ -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();