fix input displays in configi for players 2-16

This commit is contained in:
Toad King 2014-10-18 20:38:33 -05:00
parent 0047aa9aaf
commit c1173388c2

View File

@ -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);