mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-02-21 20:22:43 +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…
x
Reference in New Issue
Block a user