mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
fix input displays in configi for players 2-16
This commit is contained in:
parent
0047aa9aaf
commit
c1173388c2
@ -657,7 +657,7 @@ void setting_data_get_string_representation(rarch_setting_t* setting,
|
||||
#endif
|
||||
#else
|
||||
const struct retro_keybind* bind = (const struct retro_keybind*)
|
||||
&setting->value.keybind[setting->index_offset];
|
||||
setting->value.keybind;
|
||||
const struct retro_keybind* auto_bind =
|
||||
(const struct retro_keybind*)
|
||||
input_get_auto_bind(setting->index_offset, bind->id);
|
||||
|
Loading…
x
Reference in New Issue
Block a user