mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
25ms seems like a good timeout
This commit is contained in:
@ -85,7 +85,7 @@ const u32 kReplyStart = kQueueSize / 2;
|
||||
const u32 kPacketEnd = kReplyStart;
|
||||
const u32 kReplyEnd = kQueueSize;
|
||||
|
||||
const int RecvTimeout = 500;
|
||||
const int RecvTimeout = 25;
|
||||
|
||||
int LastHostID;
|
||||
|
||||
|
Reference in New Issue
Block a user