code: Add Disable Boost Filter code (#999)

This commit is contained in:
NextinHKRY 2025-03-06 06:46:45 +01:00 committed by GitHub
parent 48458cb903
commit 8a80db141d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 16 additions and 0 deletions

View file

@ -1093,3 +1093,8 @@ registers = ["r31", "r29", "r28"]
name = "ObjGrindDashPanelAllocMidAsmHook"
address = 0x82614948
registers = ["r3"]
[[midasm_hook]]
name = "DisableBoostFilterMidAsmHook"
address = 0x82B48C9C
registers = ["r11"]