mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 09:39:17 +01:00
f9d602e10f
Scales UI and video to match current 3d aspect.
14 lines
337 B
Plaintext
14 lines
337 B
Plaintext
[TPHDv81]
|
|
moduleMatches = 0x1A03E108
|
|
|
|
#rodata constants
|
|
0x1005AAD8 = .float $aspectRatio
|
|
_aspectAddr = 0x1006AAD8
|
|
|
|
|
|
#code changes
|
|
0x028D75B8 = lis r11, _aspectAddr@h
|
|
0x028D75C0 = lfs f0, _aspectAddr@l(r11) ; Main 3d Aspect
|
|
0x029BB184 = lis r12, _aspectAddr@h
|
|
0x029BB188 = lfs f2, _aspectAddr@l(r12) ; may just be the intro zelda graphic
|