mirror of
https://github.com/libretro/RetroArch
synced 2024-12-27 15:29:23 +00:00
Add ifdef to command.h too
This commit is contained in:
parent
64fe591b64
commit
ef9478873f
@ -36,7 +36,7 @@ void rarch_cmd_poll(rarch_cmd_t *handle);
|
||||
void rarch_cmd_set(rarch_cmd_t *handle, unsigned id);
|
||||
bool rarch_cmd_get(rarch_cmd_t *handle, unsigned id);
|
||||
|
||||
#ifdef HAVE_NETWORK_CMD
|
||||
#if defined(HAVE_NETWORK_CMD) && defined(HAVE_NETPLAY)
|
||||
bool network_cmd_send(const char *cmd);
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user