Merge pull request #8013 from JosJuice/titledatabase-japanese-gc

Show Japanese GC games in Japanese when using TitleDatabase
This commit is contained in:
Léo Lam
2019-05-01 17:37:31 +02:00
committed by GitHub
3 changed files with 19 additions and 9 deletions

View File

@ -60,6 +60,9 @@ static bool UseGameCovers()
DiscIO::Language GameFile::GetConfigLanguage() const
{
if (m_platform == DiscIO::Platform::GameCubeDisc && m_country == DiscIO::Country::Japan)
return DiscIO::Language::Japanese;
#ifdef ANDROID
// TODO: Make the Android app load the config at app start instead of emulation start
// so that we can access the user's preference here