mirror of
https://github.com/CraftyBoss/SuperMarioOdysseyOnline.git
synced 2024-11-21 18:55:16 +00:00
Hopefully fix emulators
This commit is contained in:
parent
b163749c77
commit
2f5ed106fa
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ bool SocketClient::RECV() {
|
|||
pfds[1].revents = 0;
|
||||
|
||||
|
||||
if (nn::socket::Poll(pfds, fd_count, -1) <= 0) {
|
||||
if (nn::socket::Poll(pfds, fd_count, 0) <= 0) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue