From 1c2aeb0878ade83dc06a92735c0c2a285f6305ed Mon Sep 17 00:00:00 2001 From: Daryl Borth Date: Sun, 26 Aug 2018 20:30:26 -0600 Subject: [PATCH] change some defaults --- source/preferences.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/preferences.cpp b/source/preferences.cpp index cfc9828..d103384 100644 --- a/source/preferences.cpp +++ b/source/preferences.cpp @@ -406,10 +406,10 @@ DefaultSettings () GCSettings.spritelimit = 1; // enforce 8 sprite limit GCSettings.gamegenie = 0; // Off - GCSettings.render = 2; // Unfiltered + GCSettings.render = 3; // Filtered (sharp) GCSettings.hideoverscan = 2; // hide both horizontal and vertical - GCSettings.widescreen = 0; // no aspect ratio correction + GCSettings.widescreen = 1; // aspect ratio correction GCSettings.zoomHor = 1.0; // horizontal zoom level GCSettings.zoomVert = 1.0; // vertical zoom level GCSettings.xshift = 0; // horizontal video shift