mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-02 21:37:56 -05:00
Reduce core timing mutex contention
This commit is contained in:
@ -603,6 +603,8 @@ private:
|
||||
|
||||
mutable std::mutex mutex;
|
||||
mutable std::mutex callback_mutex;
|
||||
mutable std::mutex npad_mutex;
|
||||
mutable std::mutex connect_mutex;
|
||||
std::unordered_map<int, ControllerUpdateCallback> callback_list;
|
||||
int last_callback_key = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user