You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2024. It is now read-only.
Before, when the screen was rotated on the libretro frontend, the
pointer coordinates in the java file were reversed correctly, but
some extra calculations to account for the 90 degrees
counterclockwise rotation were not done, making the pointer be
"reversed" in the y axis, so the lower the pointer was in the
screen, the higher the y value it had in the rotated mode. Now it
works as intended.
0 commit comments