This commit is contained in:
twinaphex 2016-05-28 23:53:13 +02:00
parent efaf6e10ee
commit 2859f6f18d

View File

@ -1772,11 +1772,7 @@ bool task_push_content_load_default(
case CONTENT_MODE_LOAD_NOTHING_WITH_NET_RETROPAD_CORE_FROM_MENU:
#if defined(HAVE_NETPLAY) && defined(HAVE_NETWORK_GAMEPAD)
retroarch_set_current_core_type(CORE_TYPE_NETRETROPAD, true);
core_path = settings->path.libretro; /* TODO/FIXME */
runloop_ctl(RUNLOOP_CTL_CLEAR_CONTENT_PATH, NULL);
if (!task_load_core(core_path))
goto error;
if (!task_load_content(content_info, true))
goto error;
return true;