summaryrefslogtreecommitdiff
path: root/vgmplay.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-28 23:50:15 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-28 23:50:15 -0800
commite4d5b1dd8feaf48f3eb843a79b85e1d61f900361 (patch)
tree76394bd1e3f8b7cdf10cb76316333e85af2476fb /vgmplay.c
parent256a86fc4048b377b6ef56511e7828f674deb00f (diff)
Fix vgmplay and stateview targets
Diffstat (limited to 'vgmplay.c')
-rw-r--r--vgmplay.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/vgmplay.c b/vgmplay.c
index 7bfdd57..b8b5332 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_axis(int joystick, int axis, int16_t value)
+{
+}
+
void handle_joy_added(int joystick)
{
}