mirror of
https://github.com/cemu-project/cemu_graphic_packs.git
synced 2025-01-25 10:43:04 -03: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
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue