mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Fix output report updating
This commit is contained in:
parent
649e3b2ceb
commit
45c0b9945c
@ -576,10 +576,9 @@ namespace DS4Windows
|
||||
try
|
||||
{
|
||||
int lastError = 0;
|
||||
bool result = false, currentRumble = false;
|
||||
while (!exitOutputThread)
|
||||
{
|
||||
bool result = false, currentRumble = false;
|
||||
|
||||
if (currentRumble)
|
||||
{
|
||||
lock(outputReport)
|
||||
@ -1089,7 +1088,7 @@ namespace DS4Windows
|
||||
|
||||
if (output || change)
|
||||
{
|
||||
if (outputPendCount == 0 || change)
|
||||
if (change)
|
||||
outputPendCount = 3;
|
||||
|
||||
outputRumble = true;
|
||||
|
Loading…
Reference in New Issue
Block a user