From 9cbd4d8a425800c98df19c9e843728cd7efd138b Mon Sep 17 00:00:00 2001 From: mika-n Date: Mon, 25 Feb 2019 13:35:22 +0200 Subject: [PATCH] Updated Finnish resources.fi.resx translation (added missing translations). --- DS4Windows/DS4Control/Mapping.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DS4Windows/DS4Control/Mapping.cs b/DS4Windows/DS4Control/Mapping.cs index 7c7cc2e..91eb153 100644 --- a/DS4Windows/DS4Control/Mapping.cs +++ b/DS4Windows/DS4Control/Mapping.cs @@ -4015,7 +4015,7 @@ namespace DS4Windows } } controller.wheelPrevPhysicalAngle = result; - + if (wheelFullTurnCount != 0) { // Adjust value of result (steering wheel angle) based on num of full 360 turn counts @@ -4051,7 +4051,7 @@ namespace DS4Windows // DS4 thumbstick axis output (-32768..32767 raw value range) //return (((result - maxRangeLeft) * (32767 - (-32768))) / (maxRangeRight - maxRangeLeft)) + (-32768); if (result == 0) return 0; - + if (sxAntiDead > 0) { sxAntiDead *= 32767;