dolphin/Source/Core
Léo Lam fd29e5c4cc ControllerInterface: Don't pass m_devices to the backends
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.
2016-06-25 13:46:53 +02:00
..
AudioCommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
Common Further fixes to the formatting change. WX sucks. 2016-06-24 12:16:10 +02:00
Core Add clang-format markers around fragile header inclusions. 2016-06-24 13:24:10 +02:00
DiscIO Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DolphinQt2 Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DolphinWX Further fixes to the formatting change. WX sucks. 2016-06-24 12:16:10 +02:00
InputCommon ControllerInterface: Don't pass m_devices to the backends 2016-06-25 13:46:53 +02:00
UICommon Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
VideoBackends Fix D3D12 headers missing includes. 2016-06-24 11:14:10 +00:00
VideoCommon Further fixes to the formatting change. WX sucks. 2016-06-24 12:16:10 +02:00
CMakeLists.txt