Add Network Settings to Netplay tab

This commit is contained in:
twinaphex 2019-12-30 02:22:01 +01:00
parent 9e9fa1f7df
commit fdd4915718
10 changed files with 16 additions and 9 deletions

View File

@ -248,7 +248,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Netplay Rooms"
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,

View File

@ -236,7 +236,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Netplay-Räume"
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,

View File

@ -256,7 +256,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Δωμάτια Netplay"
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,

View File

@ -236,7 +236,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Lobby Netplay "
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,

View File

@ -208,7 +208,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Salas de Netplay"
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,

View File

@ -208,7 +208,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Сетевая игра"
"ミ。ミオムひオミイミーム"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,

View File

@ -291,7 +291,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Netplay Odaları"
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,

View File

@ -284,7 +284,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Netplay Rooms"
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,

View File

@ -208,7 +208,7 @@ MSG_HASH(
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_NETPLAY_TAB,
"Netplay Rooms"
"Netplay"
)
MSG_HASH(
MENU_ENUM_LABEL_VALUE_ASK_ARCHIVE,

View File

@ -5071,6 +5071,13 @@ void netplay_refresh_rooms_menu(file_list_t *list)
MENU_ENUM_LABEL_NETPLAY_ENABLE_CLIENT,
MENU_SETTING_ACTION, 0, 0);
menu_entries_append_enum(list,
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NETWORK_SETTINGS),
msg_hash_to_str(MENU_ENUM_LABEL_NETWORK_SETTINGS),
MENU_ENUM_LABEL_NETWORK_SETTINGS,
MENU_SETTING_ACTION, 0, 0);
menu_entries_append_enum(list,
msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NETPLAY_REFRESH_ROOMS),
msg_hash_to_str(MENU_ENUM_LABEL_NETPLAY_REFRESH_ROOMS),