mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-07-02 00:27:53 -05:00
core: hid: Reduce the amount of dataraces
This commit is contained in:
@ -183,6 +183,7 @@ private:
|
||||
TouchDevices touch_devices;
|
||||
|
||||
mutable std::mutex mutex;
|
||||
mutable std::mutex callback_mutex;
|
||||
std::unordered_map<int, ConsoleUpdateCallback> callback_list;
|
||||
int last_callback_key = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user