diff options
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 */ |