From fa85a83b079a10c4621dcab2e0d9233c39f9cfb4 Mon Sep 17 00:00:00 2001 From: Juan Date: Fri, 27 Jan 2017 22:06:43 -0300 Subject: [PATCH] Add rooms to main netplay menu on all drivers --- menu/menu_displaylist.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/menu/menu_displaylist.c b/menu/menu_displaylist.c index a7403fc85e..ae099d1258 100644 --- a/menu/menu_displaylist.c +++ b/menu/menu_displaylist.c @@ -249,6 +249,11 @@ static int menu_displaylist_parse_netplay( msg_hash_to_str(MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS), MENU_ENUM_LABEL_NETPLAY_LAN_SCAN_SETTINGS, MENU_SETTING_GROUP, 0, 0); + menu_entries_append_enum(info->list, + msg_hash_to_str(MENU_ENUM_LABEL_VALUE_NETPLAY_TAB), + msg_hash_to_str(MENU_ENUM_LABEL_NETPLAY_TAB), + MENU_ENUM_LABEL_NETPLAY_TAB, MENU_SETTING_GROUP, 0, 0); + return 0; }