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

@ -553,7 +553,7 @@ bool Boot(const SystemBootParameters& params)
// TODO: Pull region from PSF
if (s_region == ConsoleRegion::Auto)
{
Log_InfoPrintf("Defaulting to NTSC-U region for executable.");
Log_InfoPrintf("Defaulting to NTSC-U/C region for executable.");
s_region = ConsoleRegion::NTSC_U;
}
}