mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Cleanups
This commit is contained in:
parent
0a68d3aeac
commit
bad3c8d7d6
@ -1971,6 +1971,9 @@ static void xmb_free(void *data)
|
||||
|
||||
static void xmb_context_bg_destroy(xmb_handle_t *xmb)
|
||||
{
|
||||
if (!xmb)
|
||||
return;
|
||||
|
||||
video_texture_unload((uintptr_t*)&xmb->textures.bg.id);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user