# HG changeset patch # User Michael Pavone # Date 1485327656 28800 # Node ID 74e77aec9004903c8625dafc680486f589699ea3 # Parent b8ba086b96ed5c1d30199c72bf5e2d5b3fdbb3c8 Fix stateview and vgmplay targets diff -r b8ba086b96ed -r 74e77aec9004 stateview.c --- a/stateview.c Tue Jan 24 21:26:46 2017 -0800 +++ b/stateview.c Tue Jan 24 23:00:56 2017 -0800 @@ -59,6 +59,10 @@ { } +void handle_joy_added(int joystick) +{ +} + void handle_mousedown(int mouse, int button) { } diff -r b8ba086b96ed -r 74e77aec9004 vgmplay.c --- a/vgmplay.c Tue Jan 24 21:26:46 2017 -0800 +++ b/vgmplay.c Tue Jan 24 23:00:56 2017 -0800 @@ -42,6 +42,10 @@ { } +void handle_joy_added(int joystick) +{ +} + void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay) { }