mirror of
https://github.com/libretro/RetroArch
synced 2025-03-31 10:20:41 +00:00
(Menu) Fix core name representation in core list
This commit is contained in:
parent
47d8bd8882
commit
60b4ce81cf
@ -784,7 +784,7 @@ int menu_parse_and_resolve(file_list_t *list, file_list_t *menu_list)
|
|||||||
unsigned type = 0;
|
unsigned type = 0;
|
||||||
|
|
||||||
file_list_get_at_offset(list, i, &path, NULL, &type);
|
file_list_get_at_offset(list, i, &path, NULL, &type);
|
||||||
if (type != MENU_FILE_PLAIN)
|
if (type != MENU_FILE_CORE)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
fill_pathname_join(core_path, dir, path, sizeof(core_path));
|
fill_pathname_join(core_path, dir, path, sizeof(core_path));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user