mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Fix Stop Netplay Host
This commit is contained in:
parent
ae562614c4
commit
b35914fcc0
@ -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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user