Skip to content

Commit ed99fc9

Browse files
committed
Use proper case for SK_IsCurrentGame (...)
1 parent 25b4515 commit ed99fc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plugins/unity.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ SK_Unity_InitPlugin (void)
459459

460460
// Needs this setting or judder is out of control.
461461
if (SK_IsCurrentGame (SK_GAME_ID::PrinceOfPersia_TheLostCrown) ||
462-
SK_ISCurrentGame (SK_GAME_ID::DaveTheDiver))
462+
SK_IsCurrentGame (SK_GAME_ID::DaveTheDiver))
463463
SK_Unity_Cfg.fixed_delta_auto_sync = true;
464464

465465
SK_Unity_Cfg.gamepad_fix_playstation.bind_to_ini (

0 commit comments

Comments
 (0)