diff default.cfg @ 1004:fc000f245cc8

Set vsync state based on config file rather than just using whatever the system decides for us.
author Michael Pavone <pavone@retrodev.com>
date Sun, 01 May 2016 14:59:40 -0700
parents 534f522a1162
children 580a806aef6a
line wrap: on
line diff
--- a/default.cfg	Sun May 01 14:29:12 2016 -0700
+++ b/default.cfg	Sun May 01 14:59:40 2016 -0700
@@ -108,7 +108,8 @@
 	width 640
 	vertex_shader default.v.glsl
 	fragment_shader default.f.glsl
-	scanlines false
+	scanlines off
+	vsync off
 }
 
 audio {