mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 21:32:45 +00:00
Fix regression with 'Set Core Association' and leave a TODO/FIXME note
This commit is contained in:
parent
811138221a
commit
8a06263ba6
@ -4197,8 +4197,10 @@ static int action_ok_set_core_association(const char *path,
|
||||
if (!menu)
|
||||
return menu_cbs_exit();
|
||||
|
||||
/* TODO/FIXME - menu->rpl_entry_selection_ptr - find
|
||||
* a way so that we can remove this temporary state */
|
||||
return generic_action_ok_displaylist_push(path, NULL,
|
||||
NULL, 0, idx, entry_idx,
|
||||
NULL, 0, menu->rpl_entry_selection_ptr, entry_idx,
|
||||
ACTION_OK_DL_DEFERRED_CORE_LIST_SET);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user