Skip to content

Commit

Permalink
60 fps only update
Browse files Browse the repository at this point in the history
  • Loading branch information
ermaccer committed Dec 10, 2024
1 parent 06f2381 commit 2ffc5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion I2Hook/dllmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ extern "C"
Trampoline* tramp = Trampoline::MakeTrampoline(GetModuleHandle(nullptr));

if (int64 fs_pat = SetFrameSkip_GetPattern())
InjectHook(fs_pat, tramp->Jump(SetFrameskip_Hook), PATCH_JUMP);
InjectHook(fs_pat, tramp->Jump(SetFrameskip_Hook), HookType::Jump);
else
MessageBoxA(0, "Could not find required patterns!", "I2Hook_60only", MB_ICONERROR);
#else
Expand Down

0 comments on commit 2ffc5be

Please sign in to comment.