From 32a583e4d2a31182b6965db3906c615a0615a83f Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 3 Nov 2016 20:06:39 +0100 Subject: [PATCH] Show 'User Device Index' again --- menu/cbs/menu_cbs_get_value.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/menu/cbs/menu_cbs_get_value.c b/menu/cbs/menu_cbs_get_value.c index fef5121e0a..672c4f0a20 100644 --- a/menu/cbs/menu_cbs_get_value.c +++ b/menu/cbs/menu_cbs_get_value.c @@ -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);