mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-12 08:19:13 +01:00
Minor change in pending count
This commit is contained in:
parent
45c0b9945c
commit
500c870647
@ -1065,7 +1065,7 @@ namespace DS4Windows
|
|||||||
{
|
{
|
||||||
outputReportBuffer.CopyTo(outputReport, 0);
|
outputReportBuffer.CopyTo(outputReport, 0);
|
||||||
outputRumble = false;
|
outputRumble = false;
|
||||||
outputPendCount = outputPendCount > 0 ? outputPendCount-- : (byte)0;
|
outputPendCount = outputPendCount > 0 ? outputPendCount-- : (byte)3;
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user