mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
Fix build failure
This commit is contained in:
parent
70d79eb01c
commit
3fc8f8129f
@ -8086,11 +8086,11 @@ static bool setting_append_list_input_player_options(
|
||||
|
||||
for (j = 0; j < RARCH_BIND_LIST_END; j++)
|
||||
{
|
||||
i = (j < RARCH_ANALOG_BIND_LIST_END) ? input_config_bind_order[j] : j;
|
||||
|
||||
char label[255];
|
||||
char name[255];
|
||||
|
||||
i = (j < RARCH_ANALOG_BIND_LIST_END) ? input_config_bind_order[j] : j;
|
||||
|
||||
if (input_config_bind_map_get_meta(i))
|
||||
continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user