diff options
Diffstat (limited to 'arm9/include')
| -rw-r--r-- | arm9/include/keyboard.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 */ | 
