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/keyboard.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/keyboard.c')
-rw-r--r-- | arm9/source/keyboard.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/arm9/source/keyboard.c b/arm9/source/keyboard.c index bbc0c61..76f16e6 100644 --- a/arm9/source/keyboard.c +++ b/arm9/source/keyboard.c @@ -21,6 +21,9 @@ */ #include <nds.h> + +#include "ds81_global.h" + #include "keyboard.h" #include "framebuffer.h" #include "keyb_bin.h" @@ -143,8 +146,6 @@ static int GetEvent(SoftKeyEvent *ev, int map) int f; uint32 keys; - scanKeys(); - keys = keysHeld(); /* Clear the non-sticky keys |