leave client sync mode when host deauths. makes download play actually work.

This commit is contained in:
Arisotura
2022-08-21 00:51:28 +02:00
parent 40ceb207e9
commit 5db8499787
2 changed files with 18 additions and 2 deletions

View File

@ -439,7 +439,7 @@ int RecvPacket(u8* packet, bool block, u64* timestamp)
{
for (;;)
{
if (!SemWait(InstanceID, block ? 500 : 0))
if (!SemWait(InstanceID, block ? 50 : 0))
{
return 0;
}