mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Fix remote server in windows
This commit is contained in:
parent
fa0932e20e
commit
6c14477bce
@ -248,7 +248,7 @@ void input_remote_poll(input_remote_t *handle)
|
||||
|
||||
if (ret == sizeof(msg))
|
||||
input_remote_parse_packet(&msg, user);
|
||||
else if ((ret != -1) || (errno != EAGAIN))
|
||||
else if ((ret != -1) || ((errno != EAGAIN) && (errno != ENOENT))
|
||||
#endif
|
||||
{
|
||||
ol_state->buttons[user] = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user