From 7fbb18314f35d42b390fb057ad145e47298f96e8 Mon Sep 17 00:00:00 2001 From: luigi2us Date: Wed, 15 Jul 2009 09:58:53 +0000 Subject: [PATCH] DSPSpy: fix compilation. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3795 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/DSPSpy/main_spy.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/DSPSpy/main_spy.cpp b/Source/DSPSpy/main_spy.cpp index f897bc58be..8ea6c5303c 100644 --- a/Source/DSPSpy/main_spy.cpp +++ b/Source/DSPSpy/main_spy.cpp @@ -21,7 +21,7 @@ // It's very unpolished though // Use Dolphin's dsptool to generate a new dsp_code.h. // Originally written by duddie and modified by FIRES. Then further modified by ector. - + #include #include #include @@ -43,7 +43,7 @@ #include "ConsoleHelper.h" // Pull in some constants etc from DSPCore. -#include "../Core/DSPCore/Src/gdsp_registers.h" +#include "../Core/DSPCore/Src/DSPCore.h" // This is where the DSP binary is. #include "dsp_code.h"