From 6c225c269b6fb014a5965721965a0af38115c082 Mon Sep 17 00:00:00 2001 From: bladeoner Date: Thu, 27 Dec 2018 06:45:52 +0100 Subject: [PATCH] Change widescreen setting Change widescreen setting to no autocorrection, this fixes mangled screen on newer tv's --- source/preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/preferences.cpp b/source/preferences.cpp index 8547068..606fd3e 100644 --- a/source/preferences.cpp +++ b/source/preferences.cpp @@ -443,7 +443,7 @@ DefaultSettings () GCSettings.render = 3; // Filtered (sharp) GCSettings.FilterMethod = FILTER_NONE; // no hq2x - GCSettings.widescreen = 1; // aspect ratio correction + GCSettings.widescreen = 0; // no aspect ratio correction GCSettings.zoomHor = 1.0; // horizontal zoom level GCSettings.zoomVert = 1.0; // vertical zoom level GCSettings.xshift = 0; // horizontal video shift