diff options
| author | hrydgard <hrydgard@gmail.com> | 2009-06-28 10:24:44 +0000 |
|---|---|---|
| committer | hrydgard <hrydgard@gmail.com> | 2009-06-28 10:24:44 +0000 |
| commit | 5c7fc8ed7b66c864a0cfe27cf451f43b68f9a856 (patch) | |
| tree | e617bae0df96a6b976e6c6437cc2774fad223d81 /Source/Core/DSPCore/Src/DSPCore.cpp | |
| parent | 895b02f4102885d8ab8c4419d76dfef7f4c21703 (diff) | |
DSP: build fixin', more movin', some comments.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3564 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPCore.cpp')
| -rw-r--r-- | Source/Core/DSPCore/Src/DSPCore.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Core/DSPCore/Src/DSPCore.cpp b/Source/Core/DSPCore/Src/DSPCore.cpp index d3cdf76159..85f2d9269d 100644 --- a/Source/Core/DSPCore/Src/DSPCore.cpp +++ b/Source/Core/DSPCore/Src/DSPCore.cpp @@ -28,8 +28,7 @@ #include "DSPAnalyzer.h"
#include "MemoryUtil.h"
-#include "gdsp_interface.h"
-#include "gdsp_registers.h"
+#include "DSPHWInterface.h"
#include "DSPIntUtil.h"
SDSP g_dsp;
|
