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

@ -13,7 +13,11 @@ files = [
"gdsp_memory.cpp",
"gdsp_registers.cpp",
"DSPAnalyzer.cpp",
"DSPInterpreter.cpp",
"DSPIntArithmetic.cpp",
"DSPIntBranch.cpp",
"DSPIntLoadStore.cpp",
"DSPIntMisc.cpp",
"DSPIntMultiplier.cpp",
"DSPJit.cpp",
"DSPCodeUtil.cpp",
"LabelMap.cpp",