GPU: Split command handlers into seperate file

This commit is contained in:
Connor McLaughlin
2019-10-18 22:05:06 +10:00
parent 246b17454e
commit baf97cb864
5 changed files with 401 additions and 341 deletions

View File

@ -40,6 +40,7 @@
<ClCompile Include="cpu_core.cpp" />
<ClCompile Include="cpu_disasm.cpp" />
<ClCompile Include="digital_controller.cpp" />
<ClCompile Include="gpu_commands.cpp" />
<ClCompile Include="gte.cpp" />
<ClCompile Include="dma.cpp" />
<ClCompile Include="gpu.cpp" />