diff --git a/libs/video/targets/joy.c b/libs/video/targets/joy.c index 56b99d322..a0304311f 100644 --- a/libs/video/targets/joy.c +++ b/libs/video/targets/joy.c @@ -130,7 +130,7 @@ JOY_Move (void) if (fabs (value) < ja->deadzone) value = -ja->offset; value += ja->offset; - value *= amp * ja->amp / 100.0f; + value *= amp * ja->amp; switch (ja->dest) { case js_none: // ignore axis