AR - respect core recommendations on by default
This commit is contained in:
parent
449957e0a2
commit
d65157fa4b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue