From 754067db7e57c56aa828a2e38515f6bf2c5bdf15 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 1 Mar 2014 22:27:21 -0500 Subject: [PATCH] Added a FIXME. --- src/joystick/windows/SDL_dxjoystick.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/joystick/windows/SDL_dxjoystick.c b/src/joystick/windows/SDL_dxjoystick.c index 7aa7d3307bba2..3c009746b6341 100644 --- a/src/joystick/windows/SDL_dxjoystick.c +++ b/src/joystick/windows/SDL_dxjoystick.c @@ -1524,6 +1524,7 @@ TranslatePOV(DWORD value) /* SDL_PrivateJoystick* doesn't discard duplicate events, so we need to * do it. */ +/* !!! FIXME: SDL_PrivateJoystickAxis _does_ discard duplicate events now. Ditch this code. */ static int SDL_PrivateJoystickAxis_Int(SDL_Joystick * joystick, Uint8 axis, Sint16 value) {