summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2017-01-29 22:32:04 -0500
committerLioncash <mathew1800@gmail.com>2017-02-07 22:12:06 -0500
commit3a66f2c008296e5b68926591d95a643ff44b0e6c (patch)
treefe35c14579e4bf49a3eb49395e704527652d4369 /Source/Core/InputCommon/ControllerInterface
parentc9696ccdd523c9ae7a8658f99a05f1ab4bd8278a (diff)
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.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface')
0 files changed, 0 insertions, 0 deletions