mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
(XMB) Make the boxart persistant when navigating the content details
This commit is contained in:
parent
3d74be05c9
commit
2d344c50b9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user