diff --git a/command.c b/command.c index 26a4059c8a..53207807ae 100644 --- a/command.c +++ b/command.c @@ -113,7 +113,7 @@ error: static bool cmd_init_stdin(rarch_cmd_t *handle) { #ifndef _WIN32 - if (stdin_enable && !socket_nonblock(STDIN_FILENO)) + if (!socket_nonblock(STDIN_FILENO)) return false; #endif