mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00

Instead of sleeping in NetPlayClient::GetNetPads and NetPlayClient::WiimoteUpdate, now use std::condition_variable. This allows for finer control over these blocking areas.