summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/gdsp_interface.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-05-01 20:06:24 +0000
committerhrydgard <hrydgard@gmail.com>2009-05-01 20:06:24 +0000
commit2352cf0fed03f29a0ed6a180f1dae68beb0f016c (patch)
treeefa7b749c568a7f9e5d4a59e73c454f9232815c6 /Source/Core/DSPCore/Src/gdsp_interface.cpp
parentdfb5fef792f065b198686e313ca76c635d13a39e (diff)
DSPLLE:
Enable the SET40 sign extension stuff. Try to separate the "core" from the "interpreter" logically, a little bit. It's still a bit of a fuzzy border. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3128 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/gdsp_interface.cpp')
-rw-r--r--Source/Core/DSPCore/Src/gdsp_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/gdsp_interface.cpp b/Source/Core/DSPCore/Src/gdsp_interface.cpp
index f5e864bcfa..225815c80f 100644
--- a/Source/Core/DSPCore/Src/gdsp_interface.cpp
+++ b/Source/Core/DSPCore/Src/gdsp_interface.cpp
@@ -28,6 +28,7 @@
#include "Thread.h"
#include "MemoryUtil.h"
+#include "DSPCore.h"
#include "DSPHost.h"
#include "DSPAnalyzer.h"
#include "gdsp_aram.h"
@@ -68,7 +69,6 @@ u32 gdsp_mbox_peek(u8 mbx)
return value;
}
-
void gdsp_mbox_write_h(u8 mbx, u16 val)
{
if (DSPHost_OnThread())