mirror of
https://github.com/hedge-dev/UnleashedRecomp
synced 2026-05-25 07:23:23 -04:00
Implemented CSD aspect ratio hooks
This only includes the centred mode, as the intention is to map out CSD classes in the API and handle the rest manually. Co-Authored-By: Michael <15317421+ActualMandM@users.noreply.github.com>
This commit is contained in:
@@ -119,4 +119,15 @@ jump_address_on_false = 0x82468EE0
|
||||
[[midasm_hook]]
|
||||
name = "CameraBoostAspectRatioMidAsmHook"
|
||||
address = 0x8246BDA8
|
||||
registers = ["r31", "f0"]
|
||||
registers = ["r31", "f0"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "CSDAspectRatioMidAsmHook"
|
||||
address = 0x830C0A28
|
||||
registers = ["f1", "f2"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "CSDOffsetMidAsmHook"
|
||||
address = 0x830C0A78
|
||||
registers = ["f1", "f2"]
|
||||
return = true
|
||||
Reference in New Issue
Block a user