diff options
author | Michael Pavone <pavone@retrodev.com> | 2014-12-03 09:32:32 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2014-12-03 09:32:32 -0800 |
commit | 77b05f2312cde22951903192667d2a23823890c5 (patch) | |
tree | 3e433c37cb1fccb9b8dd18df5a624b84f2f5d669 /default.cfg | |
parent | 5b1f68b82cda5b444fa2168d9b24b7101ba4b434 (diff) |
Initial support for configurable IO, custom IO and sega transfer board emulation
Diffstat (limited to 'default.cfg')
-rw-r--r-- | default.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/default.cfg b/default.cfg index 32df104..1b939be 100644 --- a/default.cfg +++ b/default.cfg @@ -54,6 +54,13 @@ bindings { } } +io { + devices { + 1 gamepad6.1 + 2 gamepad6.2 + } +} + video { width 640 vertex_shader default.v.glsl |