GameCube Config: Add option to override the NTSC auto language change.

Some NTSC games have translations on the game disc that can be accessed via the system language byte.
This commit is contained in:
Admiral H. Curtiss
2015-06-08 22:02:43 +02:00
parent ffe25da78a
commit 33f5aaf956
6 changed files with 22 additions and 2 deletions

View File

@ -193,6 +193,7 @@ struct SCoreStartupParameter
float fSyncGpuOverclock;
int SelectedLanguage;
bool bOverrideGCLanguage;
bool bWii;