Disable ingame frame limiters.

This commit is contained in:
Skyth 2025-01-29 23:56:56 +03:00
parent 4816d4aa9d
commit b496e2a21b
2 changed files with 18 additions and 0 deletions

View file

@ -120,3 +120,11 @@ PPC_FUNC(sub_8312DBF8)
while (std::chrono::steady_clock::now() < next)
std::this_thread::yield();
}
void WaitVsyncMidAsmHook()
{
}
void ApplicationFrameLimiterMidAsmHook()
{
}

View file

@ -904,3 +904,13 @@ name = "MakeCueSheetDataMidAsmHook"
address = 0x82E5EA40
registers = ["r31"]
jump_address_on_true = 0x82E5EA4C
[[midasm_hook]]
name = "WaitVsyncMidAsmHook"
address = 0x82AE2770
jump_address = 0x82AE2774
[[midasm_hook]]
name = "ApplicationFrameLimiterMidAsmHook"
address = 0x822C1064
jump_address = 0x822C111C