Bump libultraship to implement osContGetStatus

This commit is contained in:
KiritoDv 2024-04-10 17:01:29 -06:00 committed by Sonic Dreamcaster
parent 66c5edef94
commit e38e82535d
3 changed files with 8 additions and 0 deletions

View file

@ -72,6 +72,9 @@ GameEngine::GameEngine() {
void GameEngine::Create(){
const auto instance = Instance = new GameEngine();
GameUI::SetupGuiElements();
#if defined(__SWITCH__) || defined(__WIIU__)
CVarRegisterInteger("gControlNav", 1); // always enable controller nav on switch/wii u
#endif
}
void GameEngine::Destroy(){