From d65157fa4b6dfca8bfbbcfe5e1f6553cea5613c0 Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 17 May 2014 11:59:02 +0000 Subject: [PATCH] AR - respect core recommendations on by default --- BizHawk.Client.Common/config/Config.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BizHawk.Client.Common/config/Config.cs b/BizHawk.Client.Common/config/Config.cs index 6053618621..94d56df7f6 100644 --- a/BizHawk.Client.Common/config/Config.cs +++ b/BizHawk.Client.Common/config/Config.cs @@ -166,7 +166,7 @@ namespace BizHawk.Client.Common public bool DispBlurry = false; // make display look ugly public bool DispFixAspectRatio = true; public bool DispFixScaleInteger = false; - public bool DispObeyAR = false; + public bool DispObeyAR = true; // Sound options public bool SoundEnabled = true;