mirror of
https://github.com/libretro/RetroArch
synced 2025-04-03 10:21:31 +00:00
Change message
This commit is contained in:
parent
c4a7ac39dc
commit
469f6b45bc
@ -4703,10 +4703,10 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
|||||||
|
|
||||||
if (count == 0)
|
if (count == 0)
|
||||||
menu_entries_append_enum(info->list,
|
menu_entries_append_enum(info->list,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_CORE_OPTIONS_AVAILABLE),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_SETTINGS_FOUND),
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_NO_CORE_OPTIONS_AVAILABLE),
|
msg_hash_to_str(MENU_ENUM_LABEL_NO_SETTINGS_FOUND),
|
||||||
MENU_ENUM_LABEL_NO_CORE_OPTIONS_AVAILABLE,
|
MENU_ENUM_LABEL_NO_SETTINGS_FOUND,
|
||||||
MENU_SETTINGS_CORE_OPTION_NONE, 0, 0);
|
0, 0, 0);
|
||||||
|
|
||||||
info->need_push = true;
|
info->need_push = true;
|
||||||
info->need_refresh = true;
|
info->need_refresh = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user