From 3bc43c2527b606b7d3c6be0324e11f09e143394a Mon Sep 17 00:00:00 2001 From: Michael Pavone Date: Tue, 24 Jan 2017 23:00:56 -0800 Subject: Fix stateview and vgmplay targets --- vgmplay.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vgmplay.c') diff --git a/vgmplay.c b/vgmplay.c index 5eae64f..7bfdd57 100644 --- a/vgmplay.c +++ b/vgmplay.c @@ -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) { } -- cgit v1.2.3