AR - respect core recommendations on by default

This commit is contained in:
adelikat 2014-05-17 11:59:02 +00:00
parent 449957e0a2
commit d65157fa4b
1 changed files with 1 additions and 1 deletions

View File

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