dolphin/Source/Core/InputCommon
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
..
ControllerEmu ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
ControllerInterface No longer need to //clang-format off for Windows headers 2017-01-23 16:23:37 -08:00
CMakeLists.txt ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
GCAdapter.cpp Merge pull request #4408 from leoetlino/usb 2017-02-07 09:17:05 +13:00
GCAdapter.h GCAdapter: Return input state by value 2016-08-01 21:27:51 -04:00
GCAdapter_Android.cpp Core: Convert State enum into an enum class 2017-02-05 08:32:23 -05:00
GCPadStatus.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
InputCommon.vcxproj ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
InputCommon.vcxproj.filters ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
InputConfig.cpp ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
InputConfig.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00
KeyboardStatus.h Reformat all the things. Have fun with merge conflicts. 2016-06-24 10:43:46 +02:00