dolphin/Source/Core
Léo Lam 8678133e87 ControllerInterface: Switch to std::shared_ptr
Small cleanup by using std::shared_ptr and getting rid of
ciface.Devices() which just returned the m_devices (which defeats the
point of making m_devices protected).

Incidentally, this should make the code safer when we have
different threads accessing devices in the future (for hotplug?).

A lot of code use Device references directly so there is
no easy way to remove FindDevice() and make those unique_ptrs.
2016-06-25 21:46:39 +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 Merge pull request #3865 from leoetlino/third-party-wiimotes 2016-06-26 00:17:57 +12:00
DiscIO Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
DolphinQt2 Merge pull request #3913 from rukai/dolphinQtVSDLL 2016-06-25 23:36:01 +12:00
DolphinWX ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +02:00
InputCommon ControllerInterface: Switch to std::shared_ptr 2016-06-25 21:46:39 +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 [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00