mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-06-24 17:53:24 -04:00
config: implemented string<->enum conversion
This commit is contained in:
@@ -79,7 +79,7 @@ void Window::Init()
|
||||
{
|
||||
/* TODO: move this since it'll have to change
|
||||
on soft reboot from the options menu. */
|
||||
auto title = Config::Language == Language::Japanese
|
||||
auto title = Config::Language == ELanguage::Japanese
|
||||
? "Sonic World Adventure"
|
||||
: "SONIC UNLEASHED";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user