mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 17:43:02 +00:00
Change Netplay Options to Network Options
This commit is contained in:
parent
22eaed78a7
commit
4114e74d35
@ -24,8 +24,8 @@ static void get_title(const char *label, const char *dir,
|
||||
strlcpy(title, "OVERLAY OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Playlist Options"))
|
||||
strlcpy(title, "PLAYLIST OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Netplay Options"))
|
||||
strlcpy(title, "NETPLAY OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Network Options"))
|
||||
strlcpy(title, "NETWORK OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "User Options"))
|
||||
strlcpy(title, "USER OPTIONS", sizeof_title);
|
||||
else if (!strcmp(label, "Path Options"))
|
||||
|
@ -4846,8 +4846,8 @@ static bool setting_data_append_list_netplay_options(
|
||||
rarch_setting_group_info_t group_info;
|
||||
rarch_setting_group_info_t subgroup_info;
|
||||
|
||||
START_GROUP(group_info, "Netplay Options");
|
||||
START_SUB_GROUP(list, list_info, "State", group_info.name, subgroup_info);
|
||||
START_GROUP(group_info, "Network Options");
|
||||
START_SUB_GROUP(list, list_info, "Netplay", group_info.name, subgroup_info);
|
||||
|
||||
CONFIG_BOOL(
|
||||
g_extern.netplay_enable,
|
||||
|
Loading…
x
Reference in New Issue
Block a user