mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 05:47:56 -07:00
fd29e5c4cc
Previously, the devices vector would be passed to all backends. They would then manually push_back to it to add new devices. This was fine but caused issues when trying to add synchronisation. Instead, backends now call AddDevice() to fill m_devices so that it is not accessible from the outside. |
||
---|---|---|
.. | ||
ControllerInterface | ||
CMakeLists.txt | ||
ControllerEmu.cpp | ||
ControllerEmu.h | ||
GCAdapter_Android.cpp | ||
GCAdapter_Null.cpp | ||
GCAdapter.cpp | ||
GCAdapter.h | ||
GCPadStatus.h | ||
InputCommon.vcxproj | ||
InputCommon.vcxproj.filters | ||
InputConfig.cpp | ||
InputConfig.h | ||
KeyboardStatus.h |