(Menu) Fix core name representation in core list

This commit is contained in:
twinaphex 2014-09-04 03:58:00 +02:00
parent 47d8bd8882
commit 60b4ce81cf

View File

@ -784,7 +784,7 @@ int menu_parse_and_resolve(file_list_t *list, file_list_t *menu_list)
unsigned type = 0;
file_list_get_at_offset(list, i, &path, NULL, &type);
if (type != MENU_FILE_PLAIN)
if (type != MENU_FILE_CORE)
continue;
fill_pathname_join(core_path, dir, path, sizeof(core_path));