mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Fix LOAD_CONTENT_WITH_NEW_CORE_FROM_MENU
This commit is contained in:
parent
d39d925c1d
commit
e222df4eb6
1 changed files with 11 additions and 0 deletions
|
@ -1771,6 +1771,17 @@ bool task_push_content_load_default(
|
|||
break;
|
||||
}
|
||||
|
||||
switch (mode)
|
||||
{
|
||||
case CONTENT_MODE_LOAD_CONTENT_WITH_NEW_CORE_FROM_MENU:
|
||||
runloop_ctl(RUNLOOP_CTL_SET_LIBRETRO_PATH, (void*)core_path);
|
||||
if (!task_load_core(core_path))
|
||||
goto error;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
switch (mode)
|
||||
{
|
||||
case CONTENT_MODE_LOAD_NOTHING_WITH_DUMMY_CORE:
|
||||
|
|
Loading…
Add table
Reference in a new issue