From b2aa71fd6a80bd5aff029c4591c4bc5c8642698a Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Thu, 15 Jun 2017 19:24:16 -0700 Subject: Allow height to be specified in the config file and properly calculate from the aspect setting if it is not specified --- default.cfg | 3 +++ 1 file changed, 3 insertions(+) (limited to 'default.cfg') 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 -- cgit v1.2.3