mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 18:01:56 +00:00
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:
parent
ffe25da78a
commit
33f5aaf956
6 changed files with 22 additions and 2 deletions
|
@ -186,7 +186,7 @@ bool BootCore(const std::string& _rFilename)
|
|||
}
|
||||
|
||||
// Some NTSC GameCube games such as Baten Kaitos react strangely to language settings that would be invalid on an NTSC system
|
||||
if (StartUp.bNTSC)
|
||||
if (!StartUp.bOverrideGCLanguage && StartUp.bNTSC)
|
||||
{
|
||||
StartUp.SelectedLanguage = 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue