summaryrefslogtreecommitdiff
path: root/stateview.c
diff options
context:
space:
mode:
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 5c5ec73..238d5c0 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_axis(int joystick, int axis, int16_t value)
+{
+}
+
void handle_joy_added(int joystick)
{
}