mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
Fixing 1:1 PAR for 270 degree rotation
This commit is contained in:
parent
ba183cf7a6
commit
7088281b52
@ -18653,7 +18653,7 @@ static void video_driver_set_viewport_square_pixel(void)
|
||||
highest = i;
|
||||
}
|
||||
|
||||
if (get_rotation() % 4) {
|
||||
if (get_rotation() % 2) {
|
||||
aspect_x = height / highest;
|
||||
aspect_y = width / highest;
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user