mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-29 10:09:15 +02:00
Fix gamepad hotkey and game profile setting (#510)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user