aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrés2016-05-15 17:29:01 -0500
committerAndrés2016-05-15 17:29:01 -0500
commit05311a18fb23799776f9552614ef4c5fb5d852fa (patch)
tree93dfb321a3aae5421fdb3aef533987e271211d06 /include
parent93fed87bed7cc0bdc0f74e3f852282d938f7db4f (diff)
parent3b1a5e21b399fcb38c5d8ead3c16603f566d7ffa (diff)
downloadpcsx_rearmed-05311a18fb23799776f9552614ef4c5fb5d852fa.tar.gz
pcsx_rearmed-05311a18fb23799776f9552614ef4c5fb5d852fa.tar.bz2
pcsx_rearmed-05311a18fb23799776f9552614ef4c5fb5d852fa.zip
Merge pull request #39 from dankcushions/master
Added multitap 1 & 2 core options - adds 3-8 player support.
Diffstat (limited to 'include')
-rw-r--r--include/psemu_plugin_defs.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h
index 9986654..034f21b 100644
--- a/include/psemu_plugin_defs.h
+++ b/include/psemu_plugin_defs.h
@@ -191,9 +191,14 @@ typedef struct
typedef struct
{
- // controler type - fill it withe predefined values above
+ // controller 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;