Cleanups
This commit is contained in:
parent
a56673e52d
commit
c91df88fe2
|
@ -6147,12 +6147,11 @@ static void xmb_context_reset_textures(
|
|||
memcpy(item_color, coord_white, sizeof(item_color));
|
||||
}
|
||||
|
||||
return;
|
||||
return;
|
||||
|
||||
error:
|
||||
xmb->assets_missing = true;
|
||||
RARCH_WARN("[XMB] Critical asset missing, no icons will be drawn\n");
|
||||
return;
|
||||
}
|
||||
|
||||
static void xmb_context_reset_background(const char *iconpath)
|
||||
|
|
Loading…
Reference in New Issue