config: use enum classes

This commit is contained in:
Hyper
2024-10-21 20:09:57 +01:00
parent 91b3a6c9c1
commit 23b5bdab85
8 changed files with 55 additions and 89 deletions
+1 -1
View File
@@ -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 == ELanguage_Japanese
auto title = Config::Language == Language::Japanese
? "Sonic World Adventure"
: "SONIC UNLEASHED";