mirror of
https://github.com/libretro/RetroArch
synced 2025-03-01 16:13:40 +00:00
Ensure #ifdef instead of #if for HAVE_NETWORKING (#14299)
This commit is contained in:
parent
3dc979356f
commit
976a49ad2b
@ -1826,7 +1826,7 @@ bool command_event(enum event_command cmd, void *data)
|
|||||||
rcheevos_reset_game(false);
|
rcheevos_reset_game(false);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#if HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
netplay_driver_ctl(RARCH_NETPLAY_CTL_RESET, NULL);
|
netplay_driver_ctl(RARCH_NETPLAY_CTL_RESET, NULL);
|
||||||
#endif
|
#endif
|
||||||
/* Recalibrate frame delay target */
|
/* Recalibrate frame delay target */
|
||||||
|
@ -8384,7 +8384,7 @@ bool core_unserialize(retro_ctx_serialize_info_t *info)
|
|||||||
if (!info || !runloop_st->current_core.retro_unserialize(info->data_const, info->size))
|
if (!info || !runloop_st->current_core.retro_unserialize(info->data_const, info->size))
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
#if HAVE_NETWORKING
|
#ifdef HAVE_NETWORKING
|
||||||
netplay_driver_ctl(RARCH_NETPLAY_CTL_LOAD_SAVESTATE, info);
|
netplay_driver_ctl(RARCH_NETPLAY_CTL_LOAD_SAVESTATE, info);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user