dolphin/Source/Core/InputCommon/ControllerEmu
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.cpp ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00
ControllerEmu.h ControllerEmu: Move into its own directory 2017-02-07 22:12:06 -05:00