diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-02 12:52:17 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-04-02 12:52:17 +0000 |
| commit | 7e7de0db66525dfacaeb77fa8ec70929d3f96db4 (patch) | |
| tree | dd8d0b9d94b6d10fa2f0fc125b46826d3cc09a7e /Source | |
| parent | cfcd3ce8223a9accfea2d191516e422023a0a3b0 (diff) | |
forgot the scons
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2829 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
| -rw-r--r-- | Source/Plugins/Plugin_DSP_LLE-testing/Src/SConscript | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Source/Plugins/Plugin_DSP_LLE-testing/Src/SConscript b/Source/Plugins/Plugin_DSP_LLE-testing/Src/SConscript index bf3048804b..10f52bf861 100644 --- a/Source/Plugins/Plugin_DSP_LLE-testing/Src/SConscript +++ b/Source/Plugins/Plugin_DSP_LLE-testing/Src/SConscript @@ -23,12 +23,13 @@ files = [ "Globals.cpp", "HLE_Functions.cpp", "HLE_Helper.cpp", - "DSPInterpreter.cpp", - "DSPJit.cpp", - "DSPTables.cpp", + "DSPInterpreter.cpp", + "DSPJit.cpp", + "DSPTables.cpp", "main.cpp", "Tools.cpp", "Debugger/Debugger.cpp", + "Debugger/DSPRegisterView.cpp", "Logging/AXTask.cpp", "Logging/Logging.cpp", "Logging/ReadPBs.cpp", |
