mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Correct typo
This commit is contained in:
parent
e79c19e52a
commit
c227ce5ed2
@ -1859,16 +1859,10 @@ void video_driver_update_viewport(struct video_viewport* vp, bool force_full, bo
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO/FIXME - messy - maybe we should add a new function to the
|
|
||||||
* video driver interface instead to hide away implementation details */
|
|
||||||
#if defined(RARCH_MOBILE)
|
#if defined(RARCH_MOBILE)
|
||||||
#ifdef HAVE_D3D
|
|
||||||
#ifdef HAVE_D3D12
|
|
||||||
/* In portrait mode, we want viewport to gravitate to top of screen. */
|
/* In portrait mode, we want viewport to gravitate to top of screen. */
|
||||||
if (device_aspect < 1.0f)
|
if (device_aspect < 1.0f)
|
||||||
d3d12->vp.y = 0;
|
vp->y = 0;
|
||||||
#endif
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user