dolphin/Source/Core/DolphinWX/Input
Lioncash 3a66f2c008 ControllerEmu: Move into its own directory
ControllerEmu is a massive class with a lot of nested public classes.

The only reason these are nested is because the outer class acts as a
namespace. There's no reason to keep these classes nested just for that.

Keeping these classes nested makes it impossible to forward declare them, which leads to quite a few includes in other headers, making compilation take
longer.

This moves the source files to their own directory so classes can be
separated as necessary to their own source files, and be namespaced under the
ControllerEmu namespace.
2017-02-07 22:12:06 -05:00
..
ClassicInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
ClassicInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
DrumsInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
DrumsInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCKeyboardInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCKeyboardInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCPadInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GCPadInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GuitarInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
GuitarInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
HotkeyInputConfigDiag.cpp HotkeyInputConfigDialog: Move UI creation into named functions 2017-01-05 16:26:42 -05:00
HotkeyInputConfigDiag.h HotkeyInputConfigDialog: Move UI creation into named functions 2017-01-05 16:26:42 -05:00
InputConfigDiag.cpp ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
InputConfigDiag.h ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
InputConfigDiagBitmaps.cpp ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
MicButtonConfigDiag.cpp Fix some margin discrepancies 2016-12-31 17:58:39 -05:00
MicButtonConfigDiag.h Add a special input configuration dialog for the GameCube Mic 2016-12-05 18:09:31 -05:00
NunchukInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
NunchukInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
TurntableInputConfigDiag.cpp Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
TurntableInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00
WiimoteInputConfigDiag.cpp Mark strings added by PR #4461 for translation 2016-12-24 19:26:21 +01:00
WiimoteInputConfigDiag.h Completely redo All configuration dialog 2016-11-28 08:26:34 -05:00