mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-09 11:17:34 -03:00
14 lines
379 B
Text
14 lines
379 B
Text
[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)
|