mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-11-25 19:03:51 +00:00
Whenever udev_monitor_receive_device() returns a non-null pointer, the device must be unref'd after use with udev_device_unref(). We previously missed some unref calls for non-evdev devices. |
||
|---|---|---|
| .. | ||
| ControllerEmu | ||
| ControllerInterface | ||
| ControlReference | ||
| CMakeLists.txt | ||
| GCAdapter_Android.cpp | ||
| GCAdapter.cpp | ||
| GCAdapter.h | ||
| GCPadStatus.h | ||
| InputCommon.vcxproj | ||
| InputCommon.vcxproj.filters | ||
| InputConfig.cpp | ||
| InputConfig.h | ||
| KeyboardStatus.h | ||