diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-05-01 20:06:24 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-05-01 20:06:24 +0000 |
| commit | 2352cf0fed03f29a0ed6a180f1dae68beb0f016c (patch) | |
| tree | efa7b749c568a7f9e5d4a59e73c454f9232815c6 /Source/Core/DSPCore/Src/SConscript | |
| parent | dfb5fef792f065b198686e313ca76c635d13a39e (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/SConscript')
| -rw-r--r-- | Source/Core/DSPCore/Src/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/SConscript b/Source/Core/DSPCore/Src/SConscript index 19ca950856..6f577930b0 100644 --- a/Source/Core/DSPCore/Src/SConscript +++ b/Source/Core/DSPCore/Src/SConscript @@ -17,7 +17,7 @@ files = [ "DSPJit.cpp", "DSPCodeUtil.cpp", "LabelMap.cpp", - # "DSPHost.cpp", + "DSPCore.cpp", "DSPTables.cpp", ] |
