We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f479b commit e18a631Copy full SHA for e18a631
src/joystick/hidapi/SDL_hidapi_flydigi.c
@@ -195,6 +195,8 @@ static void UpdateDeviceIdentity(SDL_HIDAPI_Device *device)
195
case 81:
196
HIDAPI_SetDeviceName(device, "Flydigi Vader 3 Pro");
197
ctx->has_cz = true;
198
+ ctx->sensors_supported = true;
199
+ ctx->accelScale = SDL_STANDARD_GRAVITY / 256.0f;
200
break;
201
case 85:
202
HIDAPI_SetDeviceName(device, "Flydigi Vader 4 Pro");
0 commit comments