mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Use HAVE_COMMAND ifdef here
This commit is contained in:
parent
a3e13fde32
commit
c3f16de4d4
@ -727,10 +727,12 @@ static void retroarch_parse_input(int argc, char *argv[])
|
||||
|
||||
#if defined(HAVE_NETWORK_CMD)
|
||||
case RA_OPT_COMMAND:
|
||||
#ifdef HAVE_COMMAND
|
||||
if (command_network_send((const char*)optarg))
|
||||
exit(0);
|
||||
else
|
||||
retroarch_fail(1, "network_cmd_send()");
|
||||
#endif
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user