From: Christopher Bransden Date: Tue, 1 Mar 2016 21:58:49 +0000 (+0000) Subject: Fix undefined compile error X-Git-Tag: r24l~860^2 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffb459986519af6fc5f6d261873bcedf451ce4f9;hp=bb22137d8a5b660777896b1c470d5fc906201b37;p=pcsx_rearmed.git Fix undefined compile error --- diff --git a/frontend/plugin_lib.c b/frontend/plugin_lib.c index ab4d4152..237a5eb0 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;