mirror of
https://github.com/HarbourMasters/Starship
synced 2026-08-21 23:01:30 -04:00
Bump libultraship to implement osContGetStatus
This commit is contained in:
committed by
Sonic Dreamcaster
parent
66c5edef94
commit
e38e82535d
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user