mirror of
https://github.com/libretro/RetroArch
synced 2025-04-10 15:45:19 +00:00
Merge pull request #12444 from Jamiras/info_crash
This commit is contained in:
commit
0d7a028ce3
@ -4015,6 +4015,7 @@ static unsigned menu_displaylist_parse_content_information(
|
|||||||
content_path = loaded_content_path;
|
content_path = loaded_content_path;
|
||||||
core_path = loaded_core_path;
|
core_path = loaded_core_path;
|
||||||
|
|
||||||
|
if (core_info_find(core_path, &core_info))
|
||||||
if (!string_is_empty(core_info->display_name))
|
if (!string_is_empty(core_info->display_name))
|
||||||
strlcpy(core_name, core_info->display_name, sizeof(core_name));
|
strlcpy(core_name, core_info->display_name, sizeof(core_name));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user