mirror of
https://github.com/libretro/RetroArch
synced 2024-12-28 09:29:16 +00:00
add missing #ifdef HAVE_NETWORKING around core_set_netplay_callbacks()
This commit is contained in:
parent
03215a831f
commit
86d3e982ba
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user