mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-31 18:32:43 +00:00
1760b3bdad
Instead of sleeping in NetPlayClient::GetNetPads and NetPlayClient::WiimoteUpdate, now use std::condition_variable. This allows for finer control over these blocking areas.