diff --git a/core_impl.c b/core_impl.c index 7c94811b0d..9492dae6f3 100644 --- a/core_impl.c +++ b/core_impl.c @@ -176,6 +176,7 @@ bool core_set_rewind_callbacks(void) return true; } +#ifdef HAVE_NETWORKING /** * core_set_netplay_callbacks: * @@ -195,6 +196,7 @@ bool core_set_netplay_callbacks(void) return true; } +#endif bool core_set_cheat(retro_ctx_cheat_info_t *info) {