diff --git a/gfx/drivers/vita2d_gfx.c b/gfx/drivers/vita2d_gfx.c index 00d648f8eb..89e0d6515a 100644 --- a/gfx/drivers/vita2d_gfx.c +++ b/gfx/drivers/vita2d_gfx.c @@ -364,7 +364,7 @@ static void vita2d_gfx_update_viewport(vita_video_t* vita) else if (vita->keep_aspect) { float desired_aspect = video_driver_get_aspect_ratio(); - if ( (vita->rotation == ORIENTATION_VERTICAL ||) + if ( (vita->rotation == ORIENTATION_VERTICAL) || (vita->rotation == ORIENTATION_FLIPPED_ROTATED)) { device_aspect = 1.0 / device_aspect;