mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
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:
@ -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",
|
||||
|
Reference in New Issue
Block a user