mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-05 02:58:04 +00:00
Merge branch 'master' of github.com:libretro/RetroArch
This commit is contained in:
commit
39e15c983b
@ -130,10 +130,10 @@ static void input_autoconfigure_joypad_add(
|
||||
settings->input.autoconf_binds[params->idx]);
|
||||
|
||||
if (buf[0] != '\0' || strcmp(buf, ""))
|
||||
snprintf(msg, sizeof(msg), "%s configured in port #%u",
|
||||
snprintf(msg, sizeof(msg), "%s configured in port #%u.",
|
||||
buf, params->idx);
|
||||
else
|
||||
snprintf(msg, sizeof(msg), "%s configured in port #%u",
|
||||
snprintf(msg, sizeof(msg), "%s configured in port #%u.",
|
||||
params->name, params->idx);
|
||||
|
||||
if (!block_osd_spam)
|
||||
|
@ -1768,13 +1768,6 @@ static int menu_displaylist_parse_options(menu_displaylist_info_t *info)
|
||||
menu_hash_to_str(MENU_LABEL_UPDATE_AUTOCONFIG_PROFILES),
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
|
||||
#ifdef HAVE_HID
|
||||
menu_list_push(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_UPDATE_AUTOCONFIG_PROFILES_HID),
|
||||
menu_hash_to_str(MENU_LABEL_UPDATE_AUTOCONFIG_PROFILES_HID),
|
||||
MENU_SETTING_ACTION, 0, 0);
|
||||
#endif
|
||||
|
||||
menu_list_push(info->list,
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_UPDATE_CHEATS),
|
||||
menu_hash_to_str(MENU_LABEL_UPDATE_CHEATS),
|
||||
|
Loading…
x
Reference in New Issue
Block a user