mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 09:59:41 -06:00
fix potential problem with blocking
This commit is contained in:
@ -1067,6 +1067,8 @@ void Process(bool block)
|
||||
{
|
||||
if (!Host) return;
|
||||
|
||||
if (!RXQueue.empty()) block = false;
|
||||
|
||||
int timeout = block ? MPRecvTimeout : 0;
|
||||
u32 time_last = SDL_GetTicks();
|
||||
|
||||
|
Reference in New Issue
Block a user