mirror of
https://github.com/libretro/RetroArch
synced 2025-04-18 05:43:34 +00:00
Replace "no networks found" message with "no netplay hosts found"
This commit is contained in:
parent
b4ec66e34a
commit
1f281beea2
@ -966,6 +966,8 @@ MSG_HASH(MENU_ENUM_LABEL_VALUE_NO_INFORMATION_AVAILABLE,
|
|||||||
"No information is available.")
|
"No information is available.")
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_NO_ITEMS,
|
MSG_HASH(MENU_ENUM_LABEL_VALUE_NO_ITEMS,
|
||||||
"No items.")
|
"No items.")
|
||||||
|
MSG_HASH(MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND,
|
||||||
|
"No netplay hosts found.")
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_NO_NETWORKS_FOUND,
|
MSG_HASH(MENU_ENUM_LABEL_VALUE_NO_NETWORKS_FOUND,
|
||||||
"No networks found.")
|
"No networks found.")
|
||||||
MSG_HASH(MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
MSG_HASH(MENU_ENUM_LABEL_VALUE_NO_PERFORMANCE_COUNTERS,
|
||||||
|
@ -5034,9 +5034,9 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
|||||||
task_push_netplay_lan_scan();
|
task_push_netplay_lan_scan();
|
||||||
|
|
||||||
menu_entries_append_enum(info->list,
|
menu_entries_append_enum(info->list,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_NETWORKS_FOUND),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND),
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_NO_NETWORKS_FOUND),
|
msg_hash_to_str(MENU_ENUM_LABEL_NO_NETPLAY_HOSTS_FOUND),
|
||||||
MENU_ENUM_LABEL_NO_NETWORKS_FOUND,
|
MENU_ENUM_LABEL_NO_NETPLAY_HOSTS_FOUND,
|
||||||
0, 0, 0);
|
0, 0, 0);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
@ -5055,9 +5055,9 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
|||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
menu_entries_append_enum(info->list,
|
menu_entries_append_enum(info->list,
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_NETWORKS_FOUND),
|
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NO_NETPLAY_HOSTS_FOUND),
|
||||||
msg_hash_to_str(MENU_ENUM_LABEL_NO_NETWORKS_FOUND),
|
msg_hash_to_str(MENU_ENUM_LABEL_NO_NETPLAY_HOSTS_FOUND),
|
||||||
MENU_ENUM_LABEL_NO_NETWORKS_FOUND,
|
MENU_ENUM_LABEL_NO_NETPLAY_HOSTS_FOUND,
|
||||||
0, 0, 0);
|
0, 0, 0);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -881,6 +881,7 @@ enum msg_hash_enums
|
|||||||
MENU_LABEL(NETPLAY_DISCONNECT),
|
MENU_LABEL(NETPLAY_DISCONNECT),
|
||||||
MENU_LABEL(NETPLAY_SETTINGS),
|
MENU_LABEL(NETPLAY_SETTINGS),
|
||||||
MENU_LABEL(NETPLAY_CONNECT_TO),
|
MENU_LABEL(NETPLAY_CONNECT_TO),
|
||||||
|
MENU_LABEL(NO_NETPLAY_HOSTS_FOUND),
|
||||||
|
|
||||||
MENU_ENUM_LABEL_RESET,
|
MENU_ENUM_LABEL_RESET,
|
||||||
MENU_ENUM_LABEL_SLOWMOTION,
|
MENU_ENUM_LABEL_SLOWMOTION,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user