From 0d3703bc13c674c3e51223949118c34c8da8e93b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 25 Jan 2017 18:39:55 +0100 Subject: [PATCH] (Vita) Buildfix --- gfx/drivers/vita2d_gfx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;