diff --git a/retroarch.c b/retroarch.c index e9dc159891..210a6effe8 100644 --- a/retroarch.c +++ b/retroarch.c @@ -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 {