Disable ingame frame limiters. (#240)

This commit is contained in:
Skyth (Asilkan)
2025-01-29 23:58:21 +03:00
committed by GitHub
parent 4816d4aa9d
commit e761c9f4d6
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