summaryrefslogtreecommitdiff
path: root/default.cfg
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-05-01 14:59:40 -0700
committerMichael Pavone <pavone@retrodev.com>2016-05-01 14:59:40 -0700
commitd2cf54c6a06190f374ede3fc3a378ed8b72051dd (patch)
treea6d7ba8cd371b66676f33592c0709d305a192b98 /default.cfg
parent67f8fafd20b36f955d50e95a3145676442e210ae (diff)
Set vsync state based on config file rather than just using whatever the system decides for us.
Diffstat (limited to 'default.cfg')
-rw-r--r--default.cfg3
1 files changed, 2 insertions, 1 deletions
diff --git a/default.cfg b/default.cfg
index b6e26cc..6dba026 100644
--- a/default.cfg
+++ b/default.cfg
@@ -108,7 +108,8 @@ video {
width 640
vertex_shader default.v.glsl
fragment_shader default.f.glsl
- scanlines false
+ scanlines off
+ vsync off
}
audio {