Fix loading screen speed at high frame rates

This commit is contained in:
Hyper
2024-11-12 19:55:00 +00:00
parent 3080412dc0
commit c9b6a6913f
3 changed files with 21 additions and 0 deletions

View File

@@ -417,3 +417,8 @@ jump_address_on_true = 0x827D20EC
name = "ParticleTestDrawIndexedPrimitiveMidAsmHook"
address = 0x827D25AC
registers = ["r7"]
[[midasm_hook]]
name = "LoadingScreenSpeedFixMidAsmHook"
address = 0x824DAB60
registers = ["r4"]