mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2025-04-28 13:27:58 +03:00
Implement aspect ratio adjustments for inspire overlays. (#201)
* Handle texture/movie overlays for original 4:3. * Implement aspect ratio adjustments for texture/movie overlays. * Fix fade scale for original 4:3.
This commit is contained in:
parent
a9573584cd
commit
76ec5f032d
6 changed files with 143 additions and 7 deletions
|
@ -868,3 +868,17 @@ registers = ["r3", "r4"]
|
|||
name = "LoadingRenderMidAsmHook"
|
||||
address = 0x824DB734
|
||||
jump_address_on_true = 0x824DB738
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "FxFadePreRenderQuadMidAsmHook"
|
||||
address = 0x82BA7D3C
|
||||
registers = ["r31"]
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "FxFadePostRenderQuadMidAsmHook"
|
||||
address = 0x82BA7D40
|
||||
|
||||
[[midasm_hook]]
|
||||
name = "YggdrasillRenderQuadMidAsmHook"
|
||||
address = 0x82E9FBA0
|
||||
registers = ["r3", "r6"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue