summaryrefslogtreecommitdiff
path: root/vgmplay.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2016-02-16 19:13:00 -0800
committerMichael Pavone <pavone@retrodev.com>2016-02-16 19:13:00 -0800
commit9fa26d6cd1365baea2f06c97c28cb0d451e6fc75 (patch)
tree21d5257128c94731665065d04090923bbd33836d /vgmplay.c
parentbad18594ed92f321cbc418be8937297be0340b97 (diff)
Make stateview and vgmplay compile again
Diffstat (limited to 'vgmplay.c')
-rw-r--r--vgmplay.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/vgmplay.c b/vgmplay.c
index 2945d43..e889f1e 100644
--- a/vgmplay.c
+++ b/vgmplay.c
@@ -42,6 +42,18 @@ void handle_joy_dpad(int joystick, int dpadnum, uint8_t value)
{
}
+void handle_mouse_moved(int mouse, uint16_t x, uint16_t y, int16_t deltax, int16_t deltay)
+{
+}
+
+void handle_mousedown(int mouse, int button)
+{
+}
+
+void handle_mouseup(int mouse, int button)
+{
+}
+
int headless = 0;
#define CYCLE_LIMIT MCLKS_NTSC/60