From 3c0fb5542ef648d094487c5533bcdc73a75116ea Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Fri, 29 Jul 2016 19:33:02 +0200 Subject: Add PSE_PAD_TYPE_NONE Allow to set no controller to a port. This will be used in the next commit to allow auto detecting whether multitaps are plugged. --- include/psemu_plugin_defs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/psemu_plugin_defs.h') diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h index fafd8c4..6fc59b7 100644 --- a/include/psemu_plugin_defs.h +++ b/include/psemu_plugin_defs.h @@ -153,6 +153,8 @@ typedef struct +// No controller +#define PSE_PAD_TYPE_NONE 0 // MOUSE SCPH-1030 #define PSE_PAD_TYPE_MOUSE 1 // NEGCON - 16 button analog controller SLPH-00001 -- cgit v1.2.3