Revert "Prevent NVNet hogging cpu"

This commit is contained in:
Luke Usher 2019-06-10 18:42:02 +01:00 committed by GitHub
parent 2357b4cebf
commit a934d7619c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -489,8 +489,7 @@ static void NVNetRecvThreadProc(NvNetState_t *s)
int size = g_NVNet->PCAPReceive(packet, 65536);
if (size > 0) {
EmuNVNet_DMAPacketToGuest(packet, size);
}
Sleep(1);
}
}
}