diff options
author | Adrien Plazas | 2016-07-29 19:33:02 +0200 |
---|---|---|
committer | Adrien Plazas | 2016-07-29 19:33:02 +0200 |
commit | 3c0fb5542ef648d094487c5533bcdc73a75116ea (patch) | |
tree | 66cbb0833aac4b88324f5340058a20a80b5e737b /include/psemu_plugin_defs.h | |
parent | 8136cafb75203da58874df9af36c19cac06f715d (diff) | |
download | pcsx_rearmed-3c0fb5542ef648d094487c5533bcdc73a75116ea.tar.gz pcsx_rearmed-3c0fb5542ef648d094487c5533bcdc73a75116ea.tar.bz2 pcsx_rearmed-3c0fb5542ef648d094487c5533bcdc73a75116ea.zip |
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.
Diffstat (limited to 'include/psemu_plugin_defs.h')
-rw-r--r-- | include/psemu_plugin_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |