mirror of
https://github.com/libretro/Mesen.git
synced 2025-01-22 00:36:11 +00:00
Video Config: Default to VSync off
This commit is contained in:
parent
e17a013f2b
commit
5d92c20c46
@ -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…
x
Reference in New Issue
Block a user