diff options
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPCore.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPCore.cpp | 1 |
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)
{
|
