summaryrefslogtreecommitdiff
path: root/stateview.c
diff options
context:
space:
mode:
authorMichael Pavone <pavone@retrodev.com>2017-01-24 23:00:56 -0800
committerMichael Pavone <pavone@retrodev.com>2017-01-24 23:00:56 -0800
commit3bc43c2527b606b7d3c6be0324e11f09e143394a (patch)
tree2c3d2130b82b4e4b7b15daf3e6b4eab71332145c /stateview.c
parent94d1b71415463dfece74def22ee84c83ae9991dc (diff)
Fix stateview and vgmplay targets
Diffstat (limited to 'stateview.c')
-rw-r--r--stateview.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/stateview.c b/stateview.c
index cf2da7c..5c5ec73 100644
--- a/stateview.c
+++ b/stateview.c
@@ -59,6 +59,10 @@ void handle_joy_dpad(int joystick, int dpadnum, uint8_t value)
{
}
+void handle_joy_added(int joystick)
+{
+}
+
void handle_mousedown(int mouse, int button)
{
}