mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-22 02:38:11 +00:00
Add break to menu_hash_es.c
This commit is contained in:
parent
c9104b20e7
commit
bd479556db
@ -2129,6 +2129,7 @@ int menu_hash_get_help_es(uint32_t hash, char *s, size_t len)
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_OVERLAY_SETTINGS),
|
||||
menu_hash_to_str(MENU_LABEL_VALUE_INPUT_OVERLAY_HIDE_IN_MENU)
|
||||
);
|
||||
break;
|
||||
default:
|
||||
if (s[0] == '\0')
|
||||
strlcpy(s, menu_hash_to_str(MENU_LABEL_VALUE_NO_INFORMATION_AVAILABLE), len);
|
||||
|
Loading…
Reference in New Issue
Block a user