From a12995008941d782d2d40d6e3693e213a920a60d Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Sat, 5 Jan 2019 10:58:10 -0700 Subject: [PATCH] set widescreen by default when in 16:9 mode --- source/preferences.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/preferences.cpp b/source/preferences.cpp index d659c35..ffc0f1e 100644 --- a/source/preferences.cpp +++ b/source/preferences.cpp @@ -440,7 +440,13 @@ DefaultSettings () GCSettings.render = 3; // Filtered (sharp) GCSettings.FilterMethod = FILTER_NONE; // no hq2x - GCSettings.widescreen = 0; // no aspect ratio correction + GCSettings.widescreen = 0; + +#ifdef HW_RVL + if (CONF_GetAspectRatio() == CONF_ASPECT_16_9) + GCSettings.widescreen = 1; +#endif + GCSettings.zoomHor = 1.0; // horizontal zoom level GCSettings.zoomVert = 1.0; // vertical zoom level GCSettings.xshift = 0; // horizontal video shift