diff options
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 99dd9d6..b636464 100644 --- a/default.cfg +++ b/default.cfg @@ -134,6 +134,9 @@ video { #special value "stretch" will cause aspect to match window aspect ratio aspect 4:3 width 640 + #height is normally calculated automatically from width using the aspect setting + #if you would like to set it explicitly, uncomment the line below + #height 480 vertex_shader default.v.glsl fragment_shader default.f.glsl scanlines off |