diff options
author | Michael Pavone <pavone@retrodev.com> | 2017-01-24 23:00:56 -0800 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2017-01-24 23:00:56 -0800 |
commit | 3bc43c2527b606b7d3c6be0324e11f09e143394a (patch) | |
tree | 2c3d2130b82b4e4b7b15daf3e6b4eab71332145c /vgmplay.c | |
parent | 94d1b71415463dfece74def22ee84c83ae9991dc (diff) |
Fix stateview and vgmplay targets
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_added(int joystick) +{ +} + void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay) { } |