SPU: Create stub needed for DMA to work

This commit is contained in:
Connor McLaughlin
2019-09-24 23:44:38 +10:00
parent 7a413b4031
commit 1276241622
11 changed files with 283 additions and 28 deletions

View File

@ -49,6 +49,7 @@
<ClCompile Include="interrupt_controller.cpp" />
<ClCompile Include="pad.cpp" />
<ClCompile Include="pad_device.cpp" />
<ClCompile Include="spu.cpp" />
<ClCompile Include="system.cpp" />
<ClCompile Include="timers.cpp" />
</ItemGroup>
@ -70,6 +71,7 @@
<ClInclude Include="pad.h" />
<ClInclude Include="pad_device.h" />
<ClInclude Include="save_state_version.h" />
<ClInclude Include="spu.h" />
<ClInclude Include="system.h" />
<ClInclude Include="timers.h" />
<ClInclude Include="types.h" />