1
0
mirror of https://github.com/libretro/RetroArch synced 2025-03-25 07:43:52 +00:00
This commit is contained in:
twinaphex 2020-07-02 17:14:31 +02:00
parent 02ed18a93d
commit 21c3072ffb

@ -4130,11 +4130,8 @@ static bool menu_displaylist_push_internal(
if (menu_displaylist_ctl(
DISPLAYLIST_DATABASE_PLAYLISTS, info))
{
free(info->path);
return true;
}
}
else if (string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_ADD_TAB)))
{
if (menu_displaylist_ctl(DISPLAYLIST_SCAN_DIRECTORY_LIST, info))