mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Bugfix - should pass exact enum type
This commit is contained in:
parent
8720048b4e
commit
f8448dc7f3
@ -4113,7 +4113,7 @@ bool menu_displaylist_ctl(enum menu_displaylist_ctl_state type, void *data)
|
||||
default:
|
||||
menu_entries_add_enum(info->list, cores_paths->elems[i].data,
|
||||
menu_hash_to_str(MENU_LABEL_DETECT_CORE_LIST_OK),
|
||||
MENU_LABEL_DETECT_CORE_LIST_OK,
|
||||
MENU_ENUM_LABEL_DETECT_CORE_LIST_OK,
|
||||
MENU_FILE_CORE, 0, 0);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user