diff options
author | Michael Pavone <pavone@retrodev.com> | 2016-05-01 14:29:12 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2016-05-01 14:29:12 -0700 |
commit | 67f8fafd20b36f955d50e95a3145676442e210ae (patch) | |
tree | 2ca6b89b64b353e3ee7d5c5dae75173475813ffd /default.cfg | |
parent | dfb5ea9cf695c24d24e451da24d384dd69634d43 (diff) |
Added a config option that allows turning scanlines on and off
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 84376c6..b6e26cc 100644 --- a/default.cfg +++ b/default.cfg @@ -108,6 +108,7 @@ video { width 640 vertex_shader default.v.glsl fragment_shader default.f.glsl + scanlines false } audio { |