Merge pull request #835 from TzakShrike/master

Upgrade region flags. Correct NTSC-U to NTSC-U/C. Add custom U/C flag. Remove outdated icons.qrc file.
This commit is contained in:
Connor McLaughlin
2020-09-09 18:28:50 +10:00
committed by GitHub
18 changed files with 187 additions and 87 deletions

View File

@ -375,7 +375,7 @@ static std::array<retro_core_option_definition, 32> s_option_definitions = {{
"Determines which region/hardware to emulate. Auto-Detect will use the region of the disc inserted.",
{{"Auto", "Auto-Detect"},
{"NTSC-J", "NTSC-J (Japan)"},
{"NTSC-U", "NTSC-U (US)"},
{"NTSC-U", "NTSC-U/C (US, Canada)"},
{"PAL", "PAL (Europe, Australia)"}},
"Auto"},
{"duckstation_BIOS.PatchFastBoot",