comparison default.cfg @ 1402:458df351af06

Allow height to be specified in the config file and properly calculate from the aspect setting if it is not specified
author Michael Pavone <pavone@retrodev.com>
date Thu, 15 Jun 2017 19:24:16 -0700
parents e587f16e7d3d
children 87493f585c7f
comparison
equal deleted inserted replaced
1401:b56c8c51ca5d 1402:458df351af06
132 132
133 video { 133 video {
134 #special value "stretch" will cause aspect to match window aspect ratio 134 #special value "stretch" will cause aspect to match window aspect ratio
135 aspect 4:3 135 aspect 4:3
136 width 640 136 width 640
137 #height is normally calculated automatically from width using the aspect setting
138 #if you would like to set it explicitly, uncomment the line below
139 #height 480
137 vertex_shader default.v.glsl 140 vertex_shader default.v.glsl
138 fragment_shader default.f.glsl 141 fragment_shader default.f.glsl
139 scanlines off 142 scanlines off
140 vsync off 143 vsync off
141 fullscreen off 144 fullscreen off