diff options
author | Ian C <ianc@noddybox.co.uk> | 2007-01-12 00:40:03 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2007-01-12 00:40:03 +0000 |
commit | ef641589bf763ea12e73abf4bf42e45ac1acd2ff (patch) | |
tree | 0afa591a9c5294a07508f6c5c56a0857adfd2285 /source/framebuffer.c | |
parent | 50d960d99f0783799f81236d9225a6940606fe38 (diff) |
Gone back to a simpler ARM9 only build as the new dynamic libfat library means I can use that, and dswifi wouldn't work with my AP.
Diffstat (limited to 'source/framebuffer.c')
-rw-r--r-- | source/framebuffer.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/framebuffer.c b/source/framebuffer.c index 65bedc9..4a4b03d 100644 --- a/source/framebuffer.c +++ b/source/framebuffer.c @@ -23,8 +23,6 @@ #include <nds.h> #include <string.h> -#include "ds81_global.h" - /* ---------------------------------------- STATIC DATA */ #define WIDTH 256 |