diff --git a/runloop.c b/runloop.c index 19b8f24ee2..0b38a08fa8 100644 --- a/runloop.c +++ b/runloop.c @@ -685,7 +685,7 @@ bool runloop_ctl(enum runloop_ctl_state state, void *data) /* retro_run() will be called in very strange and * mysterious ways, have to disable it. */ - if (global->netplay.enable) + if (global && global->netplay.enable) return false; #endif runloop_frame_time = *info;