diff options
| author | nakeee <nakeee@gmail.com> | 2009-06-28 12:50:51 +0000 |
|---|---|---|
| committer | nakeee <nakeee@gmail.com> | 2009-06-28 12:50:51 +0000 |
| commit | 900287be5093885a49f6402055fbc062e098b9e9 (patch) | |
| tree | fcc56e8e905d6029b09490d734e2a3dbbf665b00 /Source/Core/DSPCore | |
| parent | 6c52ab1c39b7e859ce30e7f0510a84b11ab5db13 (diff) | |
Compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3569 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPCore.h | 2 | ||||
| -rw-r--r-- | Source/Core/DSPCore/Src/SConscript | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DSPCore/Src/DSPCore.h b/Source/Core/DSPCore/Src/DSPCore.h index c5f1b52dd3..34a5740e88 100644 --- a/Source/Core/DSPCore/Src/DSPCore.h +++ b/Source/Core/DSPCore/Src/DSPCore.h @@ -26,7 +26,7 @@ #ifndef _DSPCORE_H
#define _DSPCORE_H
-#include "Breakpoints.h"
+#include "BreakPoints.h"
#define DSP_IRAM_BYTE_SIZE 0x2000
#define DSP_IRAM_SIZE 0x1000
diff --git a/Source/Core/DSPCore/Src/SConscript b/Source/Core/DSPCore/Src/SConscript index 43be81ea4a..3fcf93f3c2 100644 --- a/Source/Core/DSPCore/Src/SConscript +++ b/Source/Core/DSPCore/Src/SConscript @@ -6,7 +6,6 @@ files = [ "assemble.cpp", "disassemble.cpp", "DSPAccelerator.cpp", - "DSPIntUtil.cpp", "DSPIntCCUtil.cpp", "DSPIntExtOps.cpp", "DSPHWInterface.cpp", |
