summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/SConscript
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-06-28 17:18:52 +0000
committerhrydgard <hrydgard@gmail.com>2009-06-28 17:18:52 +0000
commitcc38e72dc3679e15248ffe1c0db6931ce87627c1 (patch)
treeca3d15a744d2eeae9f2d4c9045388604c23586cf /Source/Core/DSPCore/Src/SConscript
parente4af896638484da17dcdfe112dba1c9287b85193 (diff)
DSPLLE: Setting breakpoints and stepping through code now works in the (still rather basic) DSP debugger. Decided not to share the breakpoints code between PPC and DSP because it can be done much more efficiently for the DSP case due to the very limited memory space.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3575 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/SConscript')
-rw-r--r--Source/Core/DSPCore/Src/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DSPCore/Src/SConscript b/Source/Core/DSPCore/Src/SConscript
index 3fcf93f3c2..f79d9e06f1 100644
--- a/Source/Core/DSPCore/Src/SConscript
+++ b/Source/Core/DSPCore/Src/SConscript
@@ -6,6 +6,7 @@ files = [
"assemble.cpp",
"disassemble.cpp",
"DSPAccelerator.cpp",
+ "DSPBreakpoints.cpp",
"DSPIntCCUtil.cpp",
"DSPIntExtOps.cpp",
"DSPHWInterface.cpp",