mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-10-30 07:11:05 +00:00
window: make Japanese title uppercase
This commit is contained in:
parent
e405887c0e
commit
1117cbe33e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ public:
|
||||||
if (!title)
|
if (!title)
|
||||||
{
|
{
|
||||||
title = Config::Language == ELanguage::Japanese
|
title = Config::Language == ELanguage::Japanese
|
||||||
? "Sonic World Adventure"
|
? "SONIC WORLD ADVENTURE"
|
||||||
: "SONIC UNLEASHED";
|
: "SONIC UNLEASHED";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue