diff vgmplay.c @ 1196:74e77aec9004

Fix stateview and vgmplay targets
author Michael Pavone <pavone@retrodev.com>
date Tue, 24 Jan 2017 23:00:56 -0800
parents 22e87b739ad6
children c95893007a83
line wrap: on
line diff
--- 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)
 {
 }