dolphin/Source/Core
Lioncash 5852e3961d 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.
2016-12-22 20:09:52 -05:00
..
AudioCommon AudioCommon: Remove unnecessary headers 2016-12-11 06:11:37 -05:00
Common Import/Export signature files as CSV 2016-12-18 00:27:10 +00:00
Core DSPMemoryMap: Move function implementations into the cpp file 2016-12-22 20:09:52 -05:00
DiscIO Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DolphinQt2 Add TGC disc image compatibility 2016-12-18 18:57:36 +01:00
DolphinWX Merge pull request #4521 from JosJuice/tgc 2016-12-20 17:45:39 -06:00
InputCommon Merge pull request #4362 from ligfx/osxhotplug 2016-12-01 00:29:56 -06:00
UICommon Fix missing includes 2016-10-07 23:46:41 +02:00
VideoBackends Merge pull request #4528 from stenzek/vulkan-descriptor-crash 2016-12-20 11:11:54 +01:00
VideoCommon Merge pull request #4517 from stenzek/mp3-blotches 2016-12-19 22:11:38 +10:00
CMakeLists.txt