GameList: Use title name based on console language (#388)

This commit is contained in:
MythicalPlayz 2022-10-21 00:17:11 +02:00 committed by GitHub
parent dd1cb1cccf
commit c217b3ee32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 24 additions and 2 deletions

View file

@ -1139,3 +1139,8 @@ bool wxGameList::QueryIconForTitle(TitleId titleId, int& icon, int& iconSmall)
m_icon_cache_mtx.unlock();
return true;
}
void wxGameList::DeleteCachedStrings()
{
m_name_cache.clear();
}