mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-12 00:09:11 +01:00
Updated Finnish resources.fi.resx translation (added missing translations).
This commit is contained in:
parent
7026f8b1c4
commit
9cbd4d8a42
@ -4015,7 +4015,7 @@ namespace DS4Windows
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
controller.wheelPrevPhysicalAngle = result;
|
controller.wheelPrevPhysicalAngle = result;
|
||||||
|
|
||||||
if (wheelFullTurnCount != 0)
|
if (wheelFullTurnCount != 0)
|
||||||
{
|
{
|
||||||
// Adjust value of result (steering wheel angle) based on num of full 360 turn counts
|
// 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)
|
// DS4 thumbstick axis output (-32768..32767 raw value range)
|
||||||
//return (((result - maxRangeLeft) * (32767 - (-32768))) / (maxRangeRight - maxRangeLeft)) + (-32768);
|
//return (((result - maxRangeLeft) * (32767 - (-32768))) / (maxRangeRight - maxRangeLeft)) + (-32768);
|
||||||
if (result == 0) return 0;
|
if (result == 0) return 0;
|
||||||
|
|
||||||
if (sxAntiDead > 0)
|
if (sxAntiDead > 0)
|
||||||
{
|
{
|
||||||
sxAntiDead *= 32767;
|
sxAntiDead *= 32767;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user