mirror of
https://github.com/AxioDL/boo.git
synced 2025-07-04 04:06:05 +00:00
Fix L/R Trigger hypersensitivity
This commit is contained in:
parent
02dc5a2a97
commit
867665cc78
@ -250,7 +250,7 @@ static void pad_clamptrigger(int16_t& trigger)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
if (max < trigger)
|
if (max < trigger)
|
||||||
trigger = max - min;
|
trigger = max;
|
||||||
trigger -= min;
|
trigger -= min;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user