Skip to content

Commit bf1111c

Browse files
authored
Fix batman stuttering
1 parent 22eaa29 commit bf1111c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

daemon/source/game_patch_thread.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ void *GamePatch_Thread(void *unused)
593593
write_bytes(app_pid, NO_ASLR(0x009fa57e), "be00000000");
594594
write_bytes(app_pid, NO_ASLR(0x009fa596), "b800000000"); // vsync
595595
write_bytes(app_pid, NO_ASLR(0x009fb9e1), "48e9a9000000"); // no GUseFixedTimeStep
596+
write_bytes(app_pid, NO_ASLR(0x017b2a62), "c5f857c09090"); // No MaxSmoothedFPS, fixes 58 fps
596597
printf_notification("%s (%s): 60 FPS Patched!", app_id, app_ver);
597598
}
598599
else if ((startsWith(app_id, "CUSA18097") ||

0 commit comments

Comments
 (0)