Video Config: Default to VSync off
This commit is contained in:
parent
e17a013f2b
commit
5d92c20c46
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ namespace Mesen.GUI.Config
|
|||
public double VideoScale = 2;
|
||||
public VideoFilterType VideoFilter = VideoFilterType.None;
|
||||
public VideoAspectRatio AspectRatio = VideoAspectRatio.Auto;
|
||||
public bool VerticalSync = true;
|
||||
public bool VerticalSync = false;
|
||||
public bool UseHdPacks = false;
|
||||
public Int32[] Palette = new Int32[0];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue