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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef HAVE_NETWORKING
|
||||||
/**
|
/**
|
||||||
* core_set_netplay_callbacks:
|
* core_set_netplay_callbacks:
|
||||||
*
|
*
|
||||||
|
@ -195,6 +196,7 @@ bool core_set_netplay_callbacks(void)
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
bool core_set_cheat(retro_ctx_cheat_info_t *info)
|
bool core_set_cheat(retro_ctx_cheat_info_t *info)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue