mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2024-12-18 22:21:49 +01:00
6b4d39f6d5
Helps with the HUD but the gameplay area still gets cut off
6 lines
282 B
NASM
6 lines
282 B
NASM
[cross_f304]
|
|
moduleMatches = 0x63FAA900
|
|
|
|
0x03301E2C = li r3, (($aspectRatioWidth <= 16) * 1920) + (($aspectRatioWidth > 16) * (($width / $height) * $gameHeight))
|
|
0x03301E34 = li r3, (($aspectRatioHeight >= 9) * 1080) + (($aspectRatioHeight < 9) * (($height / $width) * $gameWidth))
|