mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-30 04:54:20 +01:00
Change order of syncchange invoking
This commit is contained in:
parent
c781082425
commit
de8f1ae354
@ -803,8 +803,8 @@ namespace DS4Windows
|
|||||||
bool controllerSynced = inputReport[31] == 0;
|
bool controllerSynced = inputReport[31] == 0;
|
||||||
if (controllerSynced != synced)
|
if (controllerSynced != synced)
|
||||||
{
|
{
|
||||||
SyncChange?.Invoke(this, EventArgs.Empty);
|
|
||||||
synced = controllerSynced;
|
synced = controllerSynced;
|
||||||
|
SyncChange?.Invoke(this, EventArgs.Empty);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user