From bf04d658e66b20cf481c32603c91edca477bfb72 Mon Sep 17 00:00:00 2001 From: Brad Parker Date: Sat, 9 Feb 2019 09:59:08 -0500 Subject: [PATCH] fix warning --- cores/libretro-gong/gong.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/libretro-gong/gong.c b/cores/libretro-gong/gong.c index 68ef967bed..cac20d04ee 100644 --- a/cores/libretro-gong/gong.c +++ b/cores/libretro-gong/gong.c @@ -99,7 +99,7 @@ typedef struct } retro_inputs; static uint16_t previnput[MAX_PLAYERS] = {0}; -static Game_Input g_input[MAX_PLAYERS] = {0}; +static Game_Input g_input[MAX_PLAYERS] = {{0}}; static Player player[MAX_PLAYERS] = {0}; typedef struct