mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-29 12:57:52 -05:00
core: hid: Reduce the amount of dataraces
This commit is contained in:
@ -200,6 +200,7 @@ private:
|
||||
MouseStickDevice mouse_stick_device;
|
||||
|
||||
mutable std::mutex mutex;
|
||||
mutable std::mutex callback_mutex;
|
||||
std::unordered_map<int, InterfaceUpdateCallback> callback_list;
|
||||
int last_callback_key = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user