From 0b9df5a069d9cbf6ca2d1683acdf711dd90a3d8d Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 4 Dec 2015 11:56:10 +0100 Subject: [PATCH] (GX) Buildfix --- input/drivers_joypad/gx_joypad.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/input/drivers_joypad/gx_joypad.c b/input/drivers_joypad/gx_joypad.c index 3030ac1513..4d5325bd87 100644 --- a/input/drivers_joypad/gx_joypad.c +++ b/input/drivers_joypad/gx_joypad.c @@ -346,8 +346,9 @@ static int16_t WPAD_StickY(WPADData *data, u8 right) static void gx_joypad_poll(void) { unsigned i, j, port; - uint64_t *state_p1 = NULL; - uint8_t gcpad = 0; + uint64_t *state_p1 = NULL; + uint8_t gcpad = 0; + bool check_menu_toggle = false; pad_state[0] = 0; pad_state[1] = 0;