From 947113d0074818edcdc53c43c6c0911d9a88accf Mon Sep 17 00:00:00 2001 From: Alfrix Date: Wed, 22 Aug 2018 16:31:02 -0300 Subject: [PATCH] Change start core icon --- menu/drivers/xmb.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/menu/drivers/xmb.c b/menu/drivers/xmb.c index 9260bc1c56..041613520d 100755 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -2289,6 +2289,8 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb, case MENU_ENUM_LABEL_CONTENT_SETTINGS: case MENU_ENUM_LABEL_UPDATE_ASSETS: return xmb->textures.list[XMB_TEXTURE_QUICKMENU]; + case MENU_ENUM_LABEL_START_CORE: + return xmb->textures.list[XMB_TEXTURE_RUN]; case MENU_ENUM_LABEL_CORE_LIST: case MENU_ENUM_LABEL_CORE_SETTINGS: case MENU_ENUM_LABEL_CORE_UPDATER_LIST: