summaryrefslogtreecommitdiff
path: root/io.h
diff options
context:
space:
mode:
Diffstat (limited to 'io.h')
-rw-r--r--io.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/io.h b/io.h
index 981838b..23affc7 100644
--- a/io.h
+++ b/io.h
@@ -11,6 +11,7 @@
#include "serialize.h"
enum {
+ IO_NONE,
IO_GAMEPAD2,
IO_GAMEPAD3,
IO_GAMEPAD6,
@@ -23,8 +24,7 @@ enum {
IO_EA_MULTI_A,
IO_EA_MULTI_B,
IO_SEGA_PARALLEL,
- IO_GENERIC,
- IO_NONE
+ IO_GENERIC
};
typedef struct {