mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-11-22 17:49:17 +01:00
15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
[RedCarpetAspectUW]
|
|
moduleMatches = 0xBBAF1908, 0xD2308838, 0xEB70C731
|
|
# rodata constants
|
|
0x10363ED4 = .float $width/$height
|
|
0x1036A688 = .float $width/$height
|
|
_aspectAddr = 0x10363ED4
|
|
|
|
# Aspect calculation
|
|
0x0241D9B4 = lis r8, _aspectAddr@ha
|
|
0x0241D9B8 = lfs f0, _aspectAddr@l(r8)
|
|
|
|
# touch position fix
|
|
0x0241D9D4 = lis r8, _aspectAddr@ha
|
|
0x0241D9D8 = lfs f0, _aspectAddr@l(r8)
|