set widescreen by default when in 16:9 mode

This commit is contained in:
Daryl Borth 2019-01-05 10:58:10 -07:00
parent 9a913e21b4
commit a129950089

View File

@ -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