options_menu: reboot on language change

This commit is contained in:
Hyper
2024-12-08 03:46:01 +00:00
parent 1713a8c0ec
commit f327eb8357
7 changed files with 53 additions and 14 deletions
+1
View File
@@ -7,6 +7,7 @@ class OptionsMenu
public:
inline static bool s_isVisible = false;
inline static bool s_isPause = false;
inline static bool s_isRestartRequired = false;
inline static SWA::EMenuType s_pauseMenuType;