mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Fix menu
This commit is contained in:
parent
02ed18a93d
commit
21c3072ffb
@ -4130,11 +4130,8 @@ static bool menu_displaylist_push_internal(
|
|||||||
|
|
||||||
if (menu_displaylist_ctl(
|
if (menu_displaylist_ctl(
|
||||||
DISPLAYLIST_DATABASE_PLAYLISTS, info))
|
DISPLAYLIST_DATABASE_PLAYLISTS, info))
|
||||||
{
|
|
||||||
free(info->path);
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else if (string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_ADD_TAB)))
|
else if (string_is_equal(label, msg_hash_to_str(MENU_ENUM_LABEL_ADD_TAB)))
|
||||||
{
|
{
|
||||||
if (menu_displaylist_ctl(DISPLAYLIST_SCAN_DIRECTORY_LIST, info))
|
if (menu_displaylist_ctl(DISPLAYLIST_SCAN_DIRECTORY_LIST, info))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user