DSPLLE: Split the huge DSPInterpreter.cpp into separate files for the different categories of ops. Minor cleanups.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3134 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard
2009-05-02 16:15:52 +00:00
parent 732562325d
commit e89af68f4d
16 changed files with 1993 additions and 1910 deletions

View File

@ -402,6 +402,30 @@
<References>
</References>
<Files>
<Filter
Name="Interpreter"
>
<File
RelativePath=".\Src\DspIntArithmetic.cpp"
>
</File>
<File
RelativePath=".\Src\DspIntBranch.cpp"
>
</File>
<File
RelativePath=".\Src\DspIntLoadStore.cpp"
>
</File>
<File
RelativePath=".\Src\DspIntMisc.cpp"
>
</File>
<File
RelativePath=".\Src\DspIntMultiplier.cpp"
>
</File>
</Filter>
<File
RelativePath=".\Src\assemble.cpp"
>
@ -446,10 +470,6 @@
RelativePath=".\Src\DSPHost.h"
>
</File>
<File
RelativePath=".\Src\DSPInterpreter.cpp"
>
</File>
<File
RelativePath=".\Src\DSPInterpreter.h"
>