From 162c8b864f9c9c98470887d4bc6c03eab222452a Mon Sep 17 00:00:00 2001 From: Ian C Date: Tue, 10 Oct 2006 00:05:34 +0000 Subject: Added joypad mappings for pre-defined tapes --- arm9/include/keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arm9/include/keyboard.h') diff --git a/arm9/include/keyboard.h b/arm9/include/keyboard.h index eefde86..862007c 100644 --- a/arm9/include/keyboard.h +++ b/arm9/include/keyboard.h @@ -120,6 +120,6 @@ void SK_ClearKeys(void); /* Map the joypad to keys. Note that when mapped that both the key and the joypad code will be generated. */ -void SK_DefineJoypad(void); +void SK_DefinePad(SoftKey pad, SoftKey key); #endif /* DS81_KEYBOARD_H */ -- cgit v1.2.3