diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-06-15 19:24:16 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-06-15 19:24:16 -0700 |
commit | b2aa71fd6a80bd5aff029c4591c4bc5c8642698a (patch) | |
tree | 578fce362e5a017f72e4c7cfbf6b01cb740f00b7 /default.cfg | |
parent | dee43c24fbd5f0ee0b81cc325164903c8b25ea1d (diff) |
Allow height to be specified in the config file and properly calculate from the aspect setting if it is not specified
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 |