From b35914fcc02522045dd7bd2ad1025601cd59fd21 Mon Sep 17 00:00:00 2001 From: alfrix Date: Mon, 13 Aug 2018 19:41:18 -0300 Subject: [PATCH] Fix Stop Netplay Host --- menu/drivers/xmb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 9d2b463a9c..6584de207f 100755 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -2387,7 +2387,7 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb, #ifdef HAVE_NETWORKING case MENU_ENUM_LABEL_NETPLAY_ENABLE_HOST: return xmb->textures.list[XMB_TEXTURE_RUN]; - case MENU_ENUM_LABEL_NETPLAY_DISABLE_HOST: /* FIXME does not load */ + case MENU_ENUM_LABEL_NETPLAY_DISCONNECT: return xmb->textures.list[XMB_TEXTURE_CLOSE]; case MENU_ENUM_LABEL_NETPLAY_ENABLE_CLIENT: return xmb->textures.list[XMB_TEXTURE_ROOM];