diff options
| author | Ian C <ianc@noddybox.co.uk> | 2006-10-10 00:05:34 +0000 | 
|---|---|---|
| committer | Ian C <ianc@noddybox.co.uk> | 2006-10-10 00:05:34 +0000 | 
| commit | 162c8b864f9c9c98470887d4bc6c03eab222452a (patch) | |
| tree | 68ccb03a8eaaa34a62006288a98a354a9a26019d /include | |
| parent | a50b3820e29af6d12b86c55afb8be1aee9091558 (diff) | |
Added joypad mappings for pre-defined tapes
Diffstat (limited to 'include')
| -rw-r--r-- | include/keyboard.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/keyboard.h b/include/keyboard.h index eefde86..862007c 100644 --- a/include/keyboard.h +++ b/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 */ | 
