diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-03 21:18:52 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-03 21:18:52 -0800 |
commit | 86f8c77a76f221fcdb245d667188fe682b4cfcdc (patch) | |
tree | 86e54be848f782782ac94d0d3096d562754b35ee /io.h | |
parent | 8218a344ce9209af4868bea4441daf2b2f30c975 (diff) |
Add support for SMS controllers
Diffstat (limited to 'io.h')
-rw-r--r-- | io.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ #include "romdb.h" enum { + IO_GAMEPAD2, IO_GAMEPAD3, IO_GAMEPAD6, IO_MOUSE, |