mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
(Menu) Fix bug
This commit is contained in:
parent
994c9af02e
commit
47b4f1ea3a
@ -692,7 +692,7 @@ static int menu_displaylist_parse_playlist(menu_displaylist_info_t *info,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!is_history && core_detected && db_name[0] != '\0')
|
if (!is_history && core_detected && db_name && db_name[0] != '\0')
|
||||||
{
|
{
|
||||||
char db_path[PATH_MAX_LENGTH] = {0};
|
char db_path[PATH_MAX_LENGTH] = {0};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user