aboutsummaryrefslogtreecommitdiff
path: root/include/psemu_plugin_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/psemu_plugin_defs.h')
-rw-r--r--include/psemu_plugin_defs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h
index 9986654..7232d03 100644
--- a/include/psemu_plugin_defs.h
+++ b/include/psemu_plugin_defs.h
@@ -194,6 +194,11 @@ typedef struct
// controler type - fill it withe predefined values above
unsigned char controllerType;
+ //0 : No multitap between psx and pad
+ //1 : multitap between psx and pad on port 1
+ //2 : multitap between psx and pad on port 2
+ int portMultitap;
+
// status of buttons - every controller fills this field
unsigned short buttonStatus;