mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Set current core type almost immediately after loading new core
This commit is contained in:
parent
1661fa552f
commit
342bcebc59
@ -1863,6 +1863,9 @@ bool task_push_content_load_default(
|
|||||||
runloop_ctl(RUNLOOP_CTL_DATA_DEINIT, NULL);
|
runloop_ctl(RUNLOOP_CTL_DATA_DEINIT, NULL);
|
||||||
runloop_ctl(RUNLOOP_CTL_TASK_INIT, NULL);
|
runloop_ctl(RUNLOOP_CTL_TASK_INIT, NULL);
|
||||||
break;
|
break;
|
||||||
|
case CONTENT_MODE_LOAD_NOTHING_WITH_NEW_CORE_FROM_MENU:
|
||||||
|
retroarch_set_current_core_type(type, true);
|
||||||
|
break;
|
||||||
#if defined(HAVE_NETPLAY) && defined(HAVE_NETWORKGAMEPAD)
|
#if defined(HAVE_NETPLAY) && defined(HAVE_NETWORKGAMEPAD)
|
||||||
case CONTENT_MODE_LOAD_NOTHING_WITH_NET_RETROPAD_CORE_FROM_MENU:
|
case CONTENT_MODE_LOAD_NOTHING_WITH_NET_RETROPAD_CORE_FROM_MENU:
|
||||||
retroarch_set_current_core_type(CORE_TYPE_NETRETROPAD, true);
|
retroarch_set_current_core_type(CORE_TYPE_NETRETROPAD, true);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user