From 2d344c50b970692e4e670c4030e5882a7cfab70f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Andr=C3=A9=20Santoni?= Date: Fri, 19 Jun 2015 02:24:38 +0700 Subject: [PATCH] (XMB) Make the boxart persistant when navigating the content details --- 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 b18e4a6048..fe71e8e891 100644 --- a/menu/drivers/xmb.c +++ b/menu/drivers/xmb.c @@ -571,7 +571,7 @@ static void xmb_update_boxart(xmb_handle_t *xmb, unsigned i) if (path_file_exists(path)) rarch_main_data_msg_queue_push(DATA_TYPE_IMAGE, path, "cb_menu_boxart", 0, 1, true); - else + else if (xmb->depth == 1) xmb->boxart = 0; }