mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 18:02:35 +00:00
This fixes an error condition on macOS when HIDAPI calls IOHIDManagerCreate and IOHIDManagerClose on different threads. The error behavior is non-deterministic, but can cause EXC_BAD_ACCES and kill the program.