mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-01 01:17:53 -05:00
Correctly unlock mutex before its destruction As per https://en.cppreference.com/w/cpp/thread/mutex/~mutex destroying a locked mutex is undefined behavior and MSVC++ decides to throw in this case Swap out unique for scoped lock and readd comment