aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Bransden2016-03-01 21:58:49 +0000
committerChristopher Bransden2016-03-01 21:58:49 +0000
commitffb459986519af6fc5f6d261873bcedf451ce4f9 (patch)
tree3e022848a057b6a395fce5713f7bc1fdcbd600d4
parentbb22137d8a5b660777896b1c470d5fc906201b37 (diff)
downloadpcsx_rearmed-ffb459986519af6fc5f6d261873bcedf451ce4f9.tar.gz
pcsx_rearmed-ffb459986519af6fc5f6d261873bcedf451ce4f9.tar.bz2
pcsx_rearmed-ffb459986519af6fc5f6d261873bcedf451ce4f9.zip
Fix undefined compile error
-rw-r--r--frontend/plugin_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c
index ab4d415..237a5eb 100644
--- a/frontend/plugin_lib.c
+++ b/frontend/plugin_lib.c
@@ -38,6 +38,7 @@
int in_type1, in_type2;
int in_a1[2] = { 127, 127 }, in_a2[2] = { 127, 127 };
+int in_a3[2] = { 127, 127 }, in_a4[2] = { 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;