Show 'User Device Index' again

This commit is contained in:
twinaphex 2016-11-03 20:06:39 +01:00
parent 57981b2714
commit 32a583e4d2

View File

@ -1899,6 +1899,12 @@ int menu_cbs_init_bind_get_string_representation(menu_file_list_cbs_t *cbs,
if (!cbs)
return -1;
if (strstr(label, "joypad_index") && strstr(label, "input_player"))
{
BIND_ACTION_GET_VALUE(cbs, menu_action_setting_disp_set_label);
return 0;
}
#if 0
RARCH_LOG("MENU_SETTINGS_NONE: %d\n", MENU_SETTINGS_NONE);
RARCH_LOG("MENU_SETTINGS_LAST: %d\n", MENU_SETTINGS_LAST);