From 8984162e0fc7c40b8f302eaf0ba753cb278c5e85 Mon Sep 17 00:00:00 2001 From: Alfrix Date: Tue, 21 Aug 2018 14:19:35 -0300 Subject: [PATCH] Change Reset core association icon to undo --- 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 ceccd0aa8e..9260bc1c56 100755 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -2223,7 +2223,7 @@ static uintptr_t xmb_icon_get_id(xmb_handle_t *xmb, case MENU_ENUM_LABEL_ADD_TO_FAVORITES_PLAYLIST: return xmb->textures.list[XMB_TEXTURE_ADD_FAVORITE]; case MENU_ENUM_LABEL_RESET_CORE_ASSOCIATION: - return xmb->textures.list[XMB_TEXTURE_RENAME]; + return xmb->textures.list[XMB_TEXTURE_UNDO]; case MENU_ENUM_LABEL_CORE_INPUT_REMAPPING_OPTIONS: return xmb->textures.list[XMB_TEXTURE_INPUT_REMAPPING_OPTIONS]; case MENU_ENUM_LABEL_CORE_CHEAT_OPTIONS: