mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
(XMB) Cleanups #7
This commit is contained in:
parent
e2ef6f12a8
commit
183f58943d
@ -1590,6 +1590,8 @@ static void xmb_context_reset_horizontal_list(xmb_handle_t *xmb,
|
||||
|
||||
if (!info)
|
||||
continue;
|
||||
|
||||
strlcpy(core_id, "default", sizeof(core_id));
|
||||
|
||||
if (info->systemname)
|
||||
{
|
||||
@ -1601,8 +1603,6 @@ static void xmb_context_reset_horizontal_list(xmb_handle_t *xmb,
|
||||
free(tmp);
|
||||
}
|
||||
}
|
||||
else
|
||||
strlcpy(core_id, "default", sizeof(core_id));
|
||||
|
||||
strlcpy(texturepath, iconpath, sizeof(texturepath));
|
||||
strlcat(texturepath, core_id, sizeof(texturepath));
|
||||
|
Loading…
x
Reference in New Issue
Block a user