mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(GX) Use custom viewports in 240p
This commit is contained in:
parent
48e56da8be
commit
2e61bafb1e
1 changed files with 1 additions and 1 deletions
|
@ -717,7 +717,7 @@ static void gx_resize(void *data)
|
|||
#endif
|
||||
GX_SetDispCopyGamma(g_extern.console.screen.gamma_correction);
|
||||
|
||||
if (gx->keep_aspect && gx_mode.efbHeight >= 480) /* ignore this for custom resolutions */
|
||||
if (gx->keep_aspect && gx_mode.efbHeight >= 240) /* ignore this for custom resolutions */
|
||||
{
|
||||
float desired_aspect = g_extern.system.aspect_ratio;
|
||||
if (desired_aspect == 0.0)
|
||||
|
|
Loading…
Add table
Reference in a new issue