mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-27 10:10:57 +00:00
XMB: unload thumbnail textures in xmb_context_destroy. fixes #3141
This commit is contained in:
parent
a568782309
commit
5a16b61ec5
@ -3859,6 +3859,9 @@ static void xmb_context_destroy(void *data)
|
||||
for (i = 0; i < XMB_TEXTURE_LAST; i++)
|
||||
video_driver_texture_unload(&xmb->textures.list[i]);
|
||||
|
||||
video_driver_texture_unload(&xmb->thumbnail);
|
||||
video_driver_texture_unload(&xmb->savestate_thumbnail);
|
||||
|
||||
xmb_context_destroy_horizontal_list(xmb);
|
||||
xmb_context_bg_destroy(xmb);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user