mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-20 21:33:40 -07:00
only toggle menu with controller when controller nav enabled (#1043)
This commit is contained in:
parent
9bc6aac81e
commit
0971b9aa78
3 changed files with 7 additions and 18 deletions
|
@ -25,6 +25,9 @@ void BootCommands_Init()
|
|||
CVar_RegisterS32("gDebugEnabled", 0);
|
||||
CVar_RegisterS32("gLanguages", 0); //0 = English / 1 = German / 2 = French
|
||||
CVar_RegisterS32("gHudColors", 1); //0 = N64 / 1 = NGC / 2 = Custom
|
||||
#ifdef __SWITCH__
|
||||
CVar_RegisterS32("gControlNav", 1); // always enable controller nav on switch
|
||||
#endif
|
||||
}
|
||||
|
||||
//void BootCommands_ParseBootArgs(char* str)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue