window: make Japanese title uppercase

This commit is contained in:
Hyper 2024-11-17 15:59:12 +00:00
parent e405887c0e
commit 1117cbe33e

View file

@ -63,7 +63,7 @@ public:
if (!title)
{
title = Config::Language == ELanguage::Japanese
? "Sonic World Adventure"
? "SONIC WORLD ADVENTURE"
: "SONIC UNLEASHED";
}