mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(menu_displaylist.c) Cleanup
This commit is contained in:
parent
c8273cd14a
commit
d8740c51a6
@ -3299,12 +3299,8 @@ static int menu_displaylist_parse_playlists(
|
||||
|
||||
string_list_free(str_list);
|
||||
|
||||
if (items_found == 0)
|
||||
{
|
||||
if (horizontal)
|
||||
return 0;
|
||||
if (items_found == 0 && !horizontal)
|
||||
goto no_playlists;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user