mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-05-20 10:19:12 -05:00
game_window: change window title to "Unleashed Recompiled"
This commit is contained in:
@@ -298,9 +298,14 @@ void GameWindow::SetIcon(bool isNight)
|
||||
|
||||
const char* GameWindow::GetTitle()
|
||||
{
|
||||
return Config::Language == ELanguage::Japanese
|
||||
? "SONIC WORLD ADVENTURE"
|
||||
: "SONIC UNLEASHED";
|
||||
if (Config::UseOfficialTitleOnTitleBar)
|
||||
{
|
||||
return Config::Language == ELanguage::Japanese
|
||||
? "SONIC WORLD ADVENTURE"
|
||||
: "SONIC UNLEASHED";
|
||||
}
|
||||
|
||||
return "Unleashed Recompiled";
|
||||
}
|
||||
|
||||
void GameWindow::SetTitle(const char* title)
|
||||
|
||||
Reference in New Issue
Block a user