mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-23 13:41:15 +01:00
Fix check for sync byte
This commit is contained in:
parent
5a0fb09291
commit
c7a840194c
@ -800,7 +800,7 @@ namespace DS4Windows
|
|||||||
|
|
||||||
if (conType == ConnectionType.SONYWA)
|
if (conType == ConnectionType.SONYWA)
|
||||||
{
|
{
|
||||||
bool noneSynced = inputReport[31] == 0;
|
bool noneSynced = inputReport[31] != 0;
|
||||||
if (noneSynced != synced)
|
if (noneSynced != synced)
|
||||||
{
|
{
|
||||||
SyncChange?.Invoke(this, EventArgs.Empty);
|
SyncChange?.Invoke(this, EventArgs.Empty);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user