diff 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
line wrap: on
line diff
--- a/default.cfg	Thu Jun 15 09:45:21 2017 -0700
+++ b/default.cfg	Thu Jun 15 19:24:16 2017 -0700
@@ -134,6 +134,9 @@
 	#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