summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DspIntBranch.cpp
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2009-06-28 10:00:25 +0000
committerhrydgard <hrydgard@gmail.com>2009-06-28 10:00:25 +0000
commit895b02f4102885d8ab8c4419d76dfef7f4c21703 (patch)
treeea834590ba48451eeef493f22e4eddb57892e02d /Source/Core/DSPCore/Src/DspIntBranch.cpp
parent7ea2bc5da9681bca748f783f433ccaf689f7b604 (diff)
DSP: Add txt file with luigi ucode comments (very basic). Rename some stuff. Remove function pointer in g_dsp structure, replace with a "Host" function call. Fix a problem where symbols weren't loaded into DSP debugger.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3563 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DspIntBranch.cpp')
-rw-r--r--Source/Core/DSPCore/Src/DspIntBranch.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Core/DSPCore/Src/DspIntBranch.cpp b/Source/Core/DSPCore/Src/DspIntBranch.cpp
index 78ef2adf46..cab5027f56 100644
--- a/Source/Core/DSPCore/Src/DspIntBranch.cpp
+++ b/Source/Core/DSPCore/Src/DspIntBranch.cpp
@@ -21,9 +21,8 @@
#include "DSPCore.h"
#include "gdsp_condition_codes.h"
-#include "gdsp_opcodes_helper.h"
-#include "gdsp_memory.h"
-
+#include "DSPIntUtil.h"
+#include "DSPMemoryMap.h"
namespace DSPInterpreter {