diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-11-22 14:45:26 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-11-22 14:45:26 +0000 |
commit | 5912faf7d30784945acd8a8e07027a633ce3094b (patch) | |
tree | 2e7b505c15cf8ddfef5dd6d35fad4ecac3f230d8 /arm9/source/tapes.c | |
parent | 01dacbf9e13026d0bb3d34eedbbc6ee0bd7467c1 (diff) |
Split into ARM7/ARM9 for Wifi use -- initial (non-working) Wifi initialisation. Keyboard and pointer seems more stable.
Diffstat (limited to 'arm9/source/tapes.c')
-rw-r--r-- | arm9/source/tapes.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arm9/source/tapes.c b/arm9/source/tapes.c index bc5ac8b..5c49346 100644 --- a/arm9/source/tapes.c +++ b/arm9/source/tapes.c @@ -22,6 +22,8 @@ #include <nds.h> +#include "ds81_global.h" + #include "tapes.h" #include "framebuffer.h" #include "keyboard.h" |