aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoralexis-puska2016-06-18 14:01:50 +0200
committeralexis-puska2016-06-18 14:01:50 +0200
commite288923db915ae8e0facd2fe0be8ed866b4f2373 (patch)
tree8f7d8eea62a13bb868c68852019a22a2a837c53a /include
parent05311a18fb23799776f9552614ef4c5fb5d852fa (diff)
downloadpcsx_rearmed-e288923db915ae8e0facd2fe0be8ed866b4f2373.tar.gz
pcsx_rearmed-e288923db915ae8e0facd2fe0be8ed866b4f2373.tar.bz2
pcsx_rearmed-e288923db915ae8e0facd2fe0be8ed866b4f2373.zip
suppress hack for crazy value on read port 2
pass pad index in pad datas structure.
Diffstat (limited to 'include')
-rw-r--r--include/psemu_plugin_defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/psemu_plugin_defs.h b/include/psemu_plugin_defs.h
index 034f21b..09e950a 100644
--- a/include/psemu_plugin_defs.h
+++ b/include/psemu_plugin_defs.h
@@ -198,6 +198,7 @@ typedef struct
//1 : multitap between psx and pad on port 1
//2 : multitap between psx and pad on port 2
int portMultitap;
+ int requestPadIndex;
// status of buttons - every controller fills this field
unsigned short buttonStatus;