aboutsummaryrefslogtreecommitdiff
path: root/frontend/plugin_lib.c
diff options
context:
space:
mode:
authorTwinaphex2016-12-23 03:02:12 +0100
committerGitHub2016-12-23 03:02:12 +0100
commitabaa8b9e916f689ba162a684c2e23890cea7d6da (patch)
tree72c20c12ab0ab044d9c7c36510c82e67d416aaec /frontend/plugin_lib.c
parent17b93a2844f026f8f0d779e9bae698631c746f8a (diff)
parentf40e999393f4316943760459ace0e7994c2c76b9 (diff)
downloadpcsx_rearmed-abaa8b9e916f689ba162a684c2e23890cea7d6da.tar.gz
pcsx_rearmed-abaa8b9e916f689ba162a684c2e23890cea7d6da.tar.bz2
pcsx_rearmed-abaa8b9e916f689ba162a684c2e23890cea7d6da.zip
Merge pull request #86 from andrewlxer/master
Do some light multitap cleanup
Diffstat (limited to 'frontend/plugin_lib.c')
-rw-r--r--frontend/plugin_lib.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c
index ad2f49b..c65bfeb 100644
--- a/frontend/plugin_lib.c
+++ b/frontend/plugin_lib.c
@@ -43,7 +43,8 @@ int in_analog_left[8][2] = {{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },
int in_analog_right[8][2] = {{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 },{ 127, 127 }};
int in_adev[2] = { -1, -1 }, in_adev_axis[2][2] = {{ 0, 1 }, { 0, 1 }};
int in_adev_is_nublike[2];
-int in_keystate, in_state_gun;
+unsigned short in_keystate[8];
+int in_state_gun;
int in_enable_vibration;
void *tsdev;
void *pl_vout_buf;