summaryrefslogtreecommitdiff
path: root/Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2016-12-22 20:09:50 -0500
committerLioncash <mathew1800@gmail.com>2016-12-22 20:09:52 -0500
commit5852e3961d141978676f4cd3211990c30316a577 (patch)
treeed05f023ee4e441123bd519c97b4a5d706689f59 /Source/Core/InputCommon/ControllerInterface/evdev/evdev.h
parentaf28ce7ecba9c3b5e17c203f784213a416d00f4f (diff)
DSPMemoryMap: Move function implementations into the cpp file
This allows removing DSPCore and DSPTables includes from the header file. Doing allows resolving quite a bit of indirect includes that were present throughout the DSP source files. Another plus with this is that changes to the DSPEmitter don't require an almost total rebuild of all DSP source files. The underlying reason for most of the files being rebuilt it because DSPMemoryMap is used quite extensively, however its header includes DSPTables.h. DSPTables.h includes DSPEmitter.h as it uses the DSPEmitter type in a typedef. So any change to the emitter would propagate through the DSPMemoryMap header. This will no longer happen.
Diffstat (limited to 'Source/Core/InputCommon/ControllerInterface/evdev/evdev.h')
0 files changed, 0 insertions, 0 deletions