Fix Preemptive Frames #ifdefs (#14834)
This commit is contained in:
parent
cf4350178b
commit
ee6aa753c3
|
@ -6244,9 +6244,10 @@ bool retroarch_main_init(int argc, char *argv[])
|
||||||
audio_driver_load_system_sounds();
|
audio_driver_load_system_sounds();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_RUNAHEAD) && defined(HAVE_NETWORKING)
|
#ifdef HAVE_RUNAHEAD
|
||||||
|
#ifdef HAVE_NETWORKING
|
||||||
if (!netplay_driver_ctl(RARCH_NETPLAY_CTL_IS_ENABLED, NULL))
|
if (!netplay_driver_ctl(RARCH_NETPLAY_CTL_IS_ENABLED, NULL))
|
||||||
#elif defined(HAVE_RUNAHEAD)
|
#endif
|
||||||
runloop_preempt_init();
|
runloop_preempt_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue