Fix gamepad hotkey and game profile setting (#510)

This commit is contained in:
goeiecool9999
2022-11-24 12:29:29 +01:00
committed by GitHub
parent c43fc81f8e
commit cbdf381b31
11 changed files with 79 additions and 64 deletions
+2 -1
View File
@@ -394,6 +394,7 @@ void cemu_initForGame()
// replace any known function signatures with our HLE implementations and patch bugs in the games
GamePatch_scan();
}
LatteGPUState.alwaysDisplayDRC = ActiveSettings::DisplayDRCEnabled();
InfoLog_PrintActiveSettings();
Latte_Start();
// check for debugger entrypoint bp
@@ -864,4 +865,4 @@ namespace CafeSystem
return currentUpdatedApplicationHash;
}
}
}