Fixed workflow and added osSetTime

This commit is contained in:
KiritoDv
2025-03-05 19:03:20 -06:00
parent f500ac3a4a
commit a6ef0ec648
2 changed files with 35 additions and 0 deletions
+1
View File
@@ -289,6 +289,7 @@ void GameEngine::Create() {
GameUI::SetupGuiElements();
#if defined(__SWITCH__) || defined(__WIIU__)
CVarRegisterInteger("gControlNav", 1); // always enable controller nav on switch/wii u
osSetTime(0);
#endif
PortEnhancements_Init();
}