From c53d863d26d6d77fdfc792120a5c5c3e17c8d671 Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Mon, 24 Dec 2018 11:11:24 -0800 Subject: Re-order IO device type enum so "None" is selected when no device is specified for a port --- io.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'io.c') diff --git a/io.c b/io.c index f306f06..ffbda59 100644 --- a/io.c +++ b/io.c @@ -26,6 +26,7 @@ #define MIN_POLL_INTERVAL 6840 const char * device_type_names[] = { + "None", "SMS gamepad", "3-button gamepad", "6-button gamepad", @@ -38,8 +39,7 @@ const char * device_type_names[] = { "EA 4-way Play cable A", "EA 4-way Play cable B", "Sega Parallel Transfer Board", - "Generic Device", - "None" + "Generic Device" }; #define GAMEPAD_TH0 0 -- cgit v1.2.3