mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix regression with 'Set Core Association' and leave a TODO/FIXME note
This commit is contained in:
parent
811138221a
commit
8a06263ba6
1 changed files with 3 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue