DSPSpy: fix compilation.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3795 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
luigi2us 2009-07-15 09:58:53 +00:00
parent f338d5c44c
commit 7fbb18314f
1 changed files with 2 additions and 2 deletions

View File

@ -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 <gccore.h>
#include <malloc.h>
#include <stdio.h>
@ -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"