comparison default.cfg @ 1202:a6ae693974e0

Allow toggling full screen mode at runtime. Allow resizing the window in windowed mode. Allow specifying the aspect ratio in the config file.
author Michael Pavone <pavone@retrodev.com>
date Thu, 26 Jan 2017 00:55:02 -0800
parents 6a4503fad67e
children d7be5b6e0a8d
comparison
equal deleted inserted replaced
1201:aee2177a1630 1202:a6ae693974e0
28 5 ui.set_speed.5 28 5 ui.set_speed.5
29 6 ui.set_speed.6 29 6 ui.set_speed.6
30 7 ui.set_speed.7 30 7 ui.set_speed.7
31 = ui.next_speed 31 = ui.next_speed
32 - ui.prev_speed 32 - ui.prev_speed
33 f11 ui.toggle_fullscreen
33 } 34 }
34 pads { 35 pads {
35 0 { 36 0 {
36 dpads { 37 dpads {
37 0 { 38 0 {
106 2 gamepad6.2 107 2 gamepad6.2
107 } 108 }
108 } 109 }
109 110
110 video { 111 video {
112 #special value "stretch" will cause aspect to match window aspect ratio
113 aspect 4:3
111 width 640 114 width 640
112 vertex_shader default.v.glsl 115 vertex_shader default.v.glsl
113 fragment_shader default.f.glsl 116 fragment_shader default.f.glsl
114 scanlines off 117 scanlines off
115 vsync off 118 vsync off