(XMB) Check if path contains '.lpl' first
This commit is contained in:
parent
0314b1f811
commit
70a57fa80e
|
@ -1067,6 +1067,9 @@ static void xmb_context_reset_horizontal_list(xmb_handle_t *xmb, const char *the
|
||||||
if (!path)
|
if (!path)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
|
if (!strstr(path, ".lpl"))
|
||||||
|
continue;
|
||||||
|
|
||||||
strlcpy(sysname, path, sizeof(sysname));
|
strlcpy(sysname, path, sizeof(sysname));
|
||||||
path_remove_extension(sysname);
|
path_remove_extension(sysname);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue