mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-05-08 11:38:13 +03:00
Bump libultraship to implement osContGetStatus
This commit is contained in:
parent
66c5edef94
commit
e38e82535d
3 changed files with 8 additions and 0 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue