diff options
author | yuzubot <yuzu@yuzu-emu.org> | 2022-02-28 19:36:30 +0000 |
---|---|---|
committer | yuzubot <yuzu@yuzu-emu.org> | 2022-02-28 19:36:30 +0000 |
commit | ff005e9f47b0d08a8a6e3114f643b24854a2ca1e (patch) | |
tree | fe1c4a9f9f7779b20104f08ff8738124d3569362 | |
parent | f408d0f2359b973c370d50d92b07ad5ff77629ab (diff) |
"Merge Tagged PR 7832"
-rw-r--r-- | src/input_common/input_engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input_common/input_engine.h b/src/input_common/input_engine.h index f44e0799b8..3912e9500f 100644 --- a/src/input_common/input_engine.h +++ b/src/input_common/input_engine.h @@ -207,7 +207,7 @@ private: int index) const; mutable std::mutex mutex; - mutable std::mutex mutex_callback; + mutable std::recursive_mutex mutex_callback; bool configuring{false}; const std::string input_engine; int last_callback_key = 0; |