summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPCore.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-06-28 12:30:34 +0000
committerhrydgard <hrydgard@gmail.com>2009-06-28 12:30:34 +0000
commit6c52ab1c39b7e859ce30e7f0510a84b11ab5db13 (patch)
tree15b2b3c3fea890c40724c8b64eebf572dd31bf05 /Source/Core/DSPCore/Src/DSPCore.cpp
parent8e7fdbc150ad2f17837d87c3e700e66cdb84b3ea (diff)
give the DSP breakpoints that can be toggled but don't work yet :p
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3568 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPCore.cpp')
-rw-r--r--Source/Core/DSPCore/Src/DSPCore.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DSPCore/Src/DSPCore.cpp b/Source/Core/DSPCore/Src/DSPCore.cpp
index 85f2d9269d..2b0e43ae81 100644
--- a/Source/Core/DSPCore/Src/DSPCore.cpp
+++ b/Source/Core/DSPCore/Src/DSPCore.cpp
@@ -32,6 +32,7 @@
#include "DSPIntUtil.h"
SDSP g_dsp;
+BreakPoints dsp_breakpoints;
static bool LoadRom(const char *fname, int size_in_words, u16 *rom)
{