diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-05-01 14:59:40 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-05-01 14:59:40 -0700 |
commit | d2cf54c6a06190f374ede3fc3a378ed8b72051dd (patch) | |
tree | a6d7ba8cd371b66676f33592c0709d305a192b98 /default.cfg | |
parent | 67f8fafd20b36f955d50e95a3145676442e210ae (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.cfg | 3 |
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 { |