Show region on game selection screen

This commit is contained in:
iota97 2020-02-23 08:33:44 +01:00
parent 6610cd7663
commit 592d6f902e
20 changed files with 34134 additions and 33930 deletions

View file

@ -217,7 +217,8 @@ void GameScreen::render() {
"USA",
"Europe",
"Hong Kong",
"Asia"
"Asia",
"Korea"
};
tvRegion_->SetText(ga->T(regionNames[info->region]));
} else if (info->region > GAMEREGION_MAX){