1
0
mirror of https://github.com/libretro/RetroArch synced 2024-07-08 12:15:49 +00:00

comment out forced core update for netplay

This commit is contained in:
hunterk 2023-06-19 08:24:25 -05:00 committed by LibretroAdmin
parent 0f374ea69d
commit 429576a79a

View File

@ -4541,7 +4541,8 @@ bool runloop_event_init_core(
#ifdef HAVE_NETWORKING
if (netplay_driver_ctl(RARCH_NETPLAY_CTL_IS_ENABLED, NULL))
{
#ifdef HAVE_UPDATE_CORES
#if 0
//#ifdef HAVE_UPDATE_CORES
/* If netplay is enabled, update the core before initializing. */
const char *path_core = path_get(RARCH_PATH_CORE);