diff options
author | Twinaphex | 2016-06-18 19:15:13 +0200 |
---|---|---|
committer | GitHub | 2016-06-18 19:15:13 +0200 |
commit | 10ed51a07184f5235e1c85cd9995aaa1481e0dca (patch) | |
tree | f973933600949b9c5e4bc63f63bc2df075c08a33 /include/psemu_plugin_defs.h | |
parent | 05311a18fb23799776f9552614ef4c5fb5d852fa (diff) | |
parent | 73d32d69496795050589cb845ddbd1a074ca3955 (diff) | |
download | pcsx_rearmed-10ed51a07184f5235e1c85cd9995aaa1481e0dca.tar.gz pcsx_rearmed-10ed51a07184f5235e1c85cd9995aaa1481e0dca.tar.bz2 pcsx_rearmed-10ed51a07184f5235e1c85cd9995aaa1481e0dca.zip |
Merge pull request #47 from alexis-puska/master
Suppress segmentation fault and crazy integer value.
Diffstat (limited to 'include/psemu_plugin_defs.h')
-rw-r--r-- | include/psemu_plugin_defs.h | 1 |
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; |