diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-05-02 16:15:52 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-05-02 16:15:52 +0000 |
| commit | e89af68f4de955ab557165f532e707e1ef923d25 (patch) | |
| tree | ddca88285a01e38f9aabff22fba46eb4267e9029 /Source/Core/DSPCore/Src/SConscript | |
| parent | 732562325d24b31eab0d939225c32573351fe2e8 (diff) | |
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
Diffstat (limited to 'Source/Core/DSPCore/Src/SConscript')
| -rw-r--r-- | Source/Core/DSPCore/Src/SConscript | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/SConscript b/Source/Core/DSPCore/Src/SConscript index 6f577930b0..e122e5fa85 100644 --- a/Source/Core/DSPCore/Src/SConscript +++ b/Source/Core/DSPCore/Src/SConscript @@ -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", |
