We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25b4515 commit ed99fc9Copy full SHA for ed99fc9
1 file changed
src/plugins/unity.cpp
@@ -459,7 +459,7 @@ SK_Unity_InitPlugin (void)
459
460
// Needs this setting or judder is out of control.
461
if (SK_IsCurrentGame (SK_GAME_ID::PrinceOfPersia_TheLostCrown) ||
462
- SK_ISCurrentGame (SK_GAME_ID::DaveTheDiver))
+ SK_IsCurrentGame (SK_GAME_ID::DaveTheDiver))
463
SK_Unity_Cfg.fixed_delta_auto_sync = true;
464
465
SK_Unity_Cfg.gamepad_fix_playstation.bind_to_ini (
0 commit comments