diff options
Diffstat (limited to 'vgmplay.c')
-rw-r--r-- | vgmplay.c | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ void handle_joy_dpad(int joystick, int dpadnum, uint8_t value) { } +void handle_joy_axis(int joystick, int axis, int16_t value) +{ +} + void handle_joy_added(int joystick) { } |