diff options
| author | Shawn Hoffman <godisgovernment@gmail.com> | 2009-05-14 05:59:50 +0000 |
|---|---|---|
| committer | Shawn Hoffman <godisgovernment@gmail.com> | 2009-05-14 05:59:50 +0000 |
| commit | 4f0fbacd7837736878689fbc90bd0aab2a15d749 (patch) | |
| tree | f005621d41fe6902c4c3ecdeffb57b4a35c336e3 /Source/DSPSpy/display.cpp | |
| parent | 613aa198df1c082feea32125e091a75c25331d74 (diff) | |
use libogc for a bunch of headers instead of dspspy's random ones. (revert if they're used for a reason...)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3227 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/DSPSpy/display.cpp')
| -rw-r--r-- | Source/DSPSpy/display.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/DSPSpy/display.cpp b/Source/DSPSpy/display.cpp index 409dd5628c..808711e1b8 100644 --- a/Source/DSPSpy/display.cpp +++ b/Source/DSPSpy/display.cpp @@ -8,9 +8,9 @@ #undef errno
extern int errno;
-#include "asm.h"
-#include "processor.h"
-#include "color.h"
+#include <ogc/color.h>
+#include <ogc/machine/asm.h>
+#include <ogc/machine/processor.h>
#define FONT_XSIZE 8
#define FONT_YSIZE 16
|
