mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 03:40:24 +00:00
fix warning
This commit is contained in:
parent
c36ddf973c
commit
bf04d658e6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user