mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
Removed the controller update lock as it is no longer needed.
This commit is contained in:
@ -134,8 +134,6 @@ void ControllerInterface::Shutdown()
|
||||
//
|
||||
void ControllerInterface::UpdateInput()
|
||||
{
|
||||
std::unique_lock<std::recursive_mutex> lk(update_lock, std::defer_lock);
|
||||
|
||||
for (ciface::Core::Device* d : m_devices)
|
||||
d->UpdateInput();
|
||||
}
|
||||
|
Reference in New Issue
Block a user