default "stretch pixels by integer only" to enabled
This commit is contained in:
parent
b9b5cbaf12
commit
1f3809b08f
|
@ -168,7 +168,7 @@ namespace BizHawk.Client.Common
|
|||
|
||||
public bool DispBlurry = false; // make display look ugly
|
||||
public bool DispFixAspectRatio = true;
|
||||
public bool DispFixScaleInteger = false;
|
||||
public bool DispFixScaleInteger = true;
|
||||
public bool DispObeyAR = true;
|
||||
|
||||
// Sound options
|
||||
|
|
Loading…
Reference in New Issue