summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-05-02 19:42:19 +0000
committernakeee <nakeee@gmail.com>2009-05-02 19:42:19 +0000
commit4ae8ad7cf2f049a1ca5810b04e0b5de342eb2bd5 (patch)
treec316bb4155376000232471d10bdc4b1b6651e3b6 /Source/Core/DSPCore
parent168362288c601af0277e4e0f57d5965516efb99e (diff)
compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3136 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore')
-rw-r--r--Source/Core/DSPCore/Src/SConscript10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Core/DSPCore/Src/SConscript b/Source/Core/DSPCore/Src/SConscript
index e122e5fa85..85bd062745 100644
--- a/Source/Core/DSPCore/Src/SConscript
+++ b/Source/Core/DSPCore/Src/SConscript
@@ -13,11 +13,11 @@ files = [
"gdsp_memory.cpp",
"gdsp_registers.cpp",
"DSPAnalyzer.cpp",
- "DSPIntArithmetic.cpp",
- "DSPIntBranch.cpp",
- "DSPIntLoadStore.cpp",
- "DSPIntMisc.cpp",
- "DSPIntMultiplier.cpp",
+ "DspIntArithmetic.cpp",
+ "DspIntBranch.cpp",
+ "DspIntLoadStore.cpp",
+ "DspIntMisc.cpp",
+ "DspIntMultiplier.cpp",
"DSPJit.cpp",
"DSPCodeUtil.cpp",
"LabelMap.cpp",