mirror of
https://github.com/libretro/RetroArch
synced 2025-01-31 06:32:48 +00:00
04266cf4f7
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.