mirror of
https://github.com/libretro/RetroArch
synced 2025-02-21 09:39:56 +00:00
(Vita) Buildfix
This commit is contained in:
parent
0a7538f1b8
commit
0d3703bc13
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user