From 9a24c99cf6466a2f591268678939fd920e265492 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Mon, 28 Jan 2013 19:37:48 +0900 Subject: [PATCH] Remove the force 1/100 scaling. That's part of amp's (or preamp's) job. --- libs/video/targets/joy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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