mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
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();
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_RUNAHEAD) && defined(HAVE_NETWORKING)
|
||||
#ifdef HAVE_RUNAHEAD
|
||||
#ifdef HAVE_NETWORKING
|
||||
if (!netplay_driver_ctl(RARCH_NETPLAY_CTL_IS_ENABLED, NULL))
|
||||
#elif defined(HAVE_RUNAHEAD)
|
||||
#endif
|
||||
runloop_preempt_init();
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user