mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
deferred_push - don't use menu_setting_find
This commit is contained in:
parent
dc7a225f8d
commit
e36107530e
@ -399,7 +399,7 @@ static int general_push(menu_displaylist_info_t *info,
|
||||
case PUSH_ARCHIVE_OPEN_DETECT_CORE:
|
||||
case PUSH_ARCHIVE_OPEN:
|
||||
case PUSH_DEFAULT:
|
||||
info->setting = menu_setting_find(info->label);
|
||||
info->setting = menu_setting_find_enum(info->enum_idx);
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user