From 429576a79ab41fd5d333d739ef4d04ce37d02621 Mon Sep 17 00:00:00 2001 From: hunterk Date: Mon, 19 Jun 2023 08:24:25 -0500 Subject: [PATCH] comment out forced core update for netplay --- runloop.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runloop.c b/runloop.c index 27f44a1b69..caf7fe068c 100644 --- a/runloop.c +++ b/runloop.c @@ -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);