mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-25 15:37:51 -05:00
general: Use template deduction guides for lock_guard
Same behavior, less code.
This commit is contained in:
@ -596,6 +596,6 @@ void QtControllerSelector::ReconfigureControllers(
|
||||
|
||||
void QtControllerSelector::MainWindowReconfigureFinished() {
|
||||
// Acquire the HLE mutex
|
||||
std::lock_guard<std::recursive_mutex> lock(HLE::g_hle_lock);
|
||||
std::lock_guard lock(HLE::g_hle_lock);
|
||||
callback();
|
||||
}
|
||||
|
Reference in New Issue
Block a user