From ffb459986519af6fc5f6d261873bcedf451ce4f9 Mon Sep 17 00:00:00 2001 From: Christopher Bransden Date: Tue, 1 Mar 2016 21:58:49 +0000 Subject: [PATCH 1/1] Fix undefined compile error --- frontend/plugin_lib.c | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2