mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +00:00
Fix for issue #1365
This commit is contained in:
parent
624dc5d59c
commit
5e7295d87f
@ -109,8 +109,10 @@ error:
|
||||
static bool cmd_init_stdin(rarch_cmd_t *handle)
|
||||
{
|
||||
#ifndef _WIN32
|
||||
#ifdef HAVE_NETPLAY
|
||||
if (!socket_nonblock(STDIN_FILENO))
|
||||
return false;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
handle->stdin_enable = true;
|
||||
@ -640,5 +642,3 @@ bool network_cmd_send(const char *cmd_)
|
||||
return ret;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user