From 3ed436dbd029d34b972084feed015fb2fb35667a Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 17 Dec 2017 12:16:34 -0500 Subject: [PATCH] update this label to Stop immediately --- menu/cbs/menu_cbs_ok.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/menu/cbs/menu_cbs_ok.c b/menu/cbs/menu_cbs_ok.c index 224d5812be..8969a05d7f 100644 --- a/menu/cbs/menu_cbs_ok.c +++ b/menu/cbs/menu_cbs_ok.c @@ -3748,12 +3748,15 @@ static int action_ok_netplay_enable_host(const char *path, bool contentless = false; bool is_inited = false; + file_list_t *list = menu_entries_get_selection_buf_ptr(0); + content_get_status(&contentless, &is_inited); if (netplay_driver_ctl(RARCH_NETPLAY_CTL_IS_DATA_INITED, NULL)) generic_action_ok_command(CMD_EVENT_NETPLAY_DEINIT); netplay_driver_ctl(RARCH_NETPLAY_CTL_ENABLE_SERVER, NULL); + netplay_refresh_rooms_menu(list); /* If we haven't yet started, this will load on its own */ if (!is_inited) {