dolphin/Source/Core
Michael Maltese a082e9324f HW: Don't be responsible for g_controller_interface
Currently, `g_controller_interface` is initialized and shut down by each
of `GCKeyboard`, `GCPad`, `Wiimote`, and `HotkeyManager`.

This 1) is weird conceptually, because it necessitates passing a pointer
to the native window to each of those classes, which don't need it, and
2) can cause issues when controller backends are initialized or shutdown
multiple times in succession.
2016-10-15 16:37:39 -07:00
..
AudioCommon Fix missing includes 2016-10-07 23:46:41 +02:00
Common DebugInterface: Make GetRawMemoryString return a std::string 2016-10-07 10:26:26 -04:00
Core HW: Don't be responsible for g_controller_interface 2016-10-15 16:37:39 -07:00
DiscIO Merge pull request #3963 from JosJuice/banner-loaded-failure 2016-10-03 06:33:52 -07:00
DolphinQt2 Merge pull request #4254 from ligfx/check_errors_postprocessing 2016-10-02 20:42:39 -07:00
DolphinWX HW: Don't be responsible for g_controller_interface 2016-10-15 16:37:39 -07:00
InputCommon Fix missing includes 2016-10-07 23:46:41 +02:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends VideoSW: Use VideoCommon frame dumping. 2016-10-11 22:32:06 +02:00
VideoCommon Merge pull request #4341 from degasus/syncgpufix 2016-10-12 07:23:38 -04:00
CMakeLists.txt [UI] Remove DolphinQt 2016-01-05 19:42:02 -06:00