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

Avoids needing to hardcode the type of mutex. We can also make use of scoped_lock where two consecutive lock_guard instances are used.
Avoids needing to hardcode the type of mutex. We can also make use of scoped_lock where two consecutive lock_guard instances are used.