diff --git a/Source/Core/Core/Src/HW/GCPad.cpp b/Source/Core/Core/Src/HW/GCPad.cpp index 82bf4bc9b4..952a2ad188 100644 --- a/Source/Core/Core/Src/HW/GCPad.cpp +++ b/Source/Core/Core/Src/HW/GCPad.cpp @@ -99,7 +99,7 @@ void Rumble(u8 _numPAD, unsigned int _uType, unsigned int _uStrength) { std::unique_lock lk(g_plugin.controls_lock, std::try_to_lock); - if (!lk.owns_lock()) + if (lk.owns_lock()) { // TODO: this has potential to not stop rumble if user is messing with GUI at the perfect time // set rumble