mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-22 14:41:15 +01:00
Fix for the touch position in ultrawide resolution
Touching the screen when using ultrawide touches the wrong position, this makes sure the position is correct. Credits: Xalphenos
This commit is contained in:
parent
a5153e0458
commit
c9e025ba74
@ -19,3 +19,7 @@ _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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user