mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Previously, we could be stalled by one player but still reading data from another, which would wedge the client because we would never act upon the newly-read data. Now we act upon data even if we're stalled. Fixes bugs in initial connection with high latency.