mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 02:43:03 +00:00
fix crash by restoring incorrectly eliminated line
This commit is contained in:
parent
0dfb2b57fb
commit
45c0dc4486
@ -4015,6 +4015,7 @@ static unsigned menu_displaylist_parse_content_information(
|
||||
content_path = loaded_content_path;
|
||||
core_path = loaded_core_path;
|
||||
|
||||
if (core_info_find(core_path, &core_info))
|
||||
if (!string_is_empty(core_info->display_name))
|
||||
strlcpy(core_name, core_info->display_name, sizeof(core_name));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user