diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-26 00:55:02 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-26 00:55:02 -0800 |
commit | 7046ade2b8c9092381779fa3d902e4650ebc68cf (patch) | |
tree | 63bbcb5eb5a863433a6857932ca3f66d7be67ee0 /default.cfg | |
parent | 276fa281b51657ab1fc016bcf797d0abace2e1fc (diff) |
Allow toggling full screen mode at runtime. Allow resizing the window in windowed mode. Allow specifying the aspect ratio in the config file.
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 ef88166..7362ffe 100644 --- a/default.cfg +++ b/default.cfg @@ -30,6 +30,7 @@ bindings { 7 ui.set_speed.7 = ui.next_speed - ui.prev_speed + f11 ui.toggle_fullscreen } pads { 0 { @@ -108,6 +109,8 @@ io { } video { + #special value "stretch" will cause aspect to match window aspect ratio + aspect 4:3 width 640 vertex_shader default.v.glsl fragment_shader default.f.glsl |