(Vita) Buildfix

This commit is contained in:
twinaphex 2017-01-25 18:39:55 +01:00
parent 0a7538f1b8
commit 0d3703bc13

View File

@ -364,7 +364,7 @@ static void vita2d_gfx_update_viewport(vita_video_t* vita)
else if (vita->keep_aspect) else if (vita->keep_aspect)
{ {
float desired_aspect = video_driver_get_aspect_ratio(); float desired_aspect = video_driver_get_aspect_ratio();
if ( (vita->rotation == ORIENTATION_VERTICAL ||) if ( (vita->rotation == ORIENTATION_VERTICAL) ||
(vita->rotation == ORIENTATION_FLIPPED_ROTATED)) (vita->rotation == ORIENTATION_FLIPPED_ROTATED))
{ {
device_aspect = 1.0 / device_aspect; device_aspect = 1.0 / device_aspect;