mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-26 11:04:21 +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;
|
||||
if (controllerSynced != synced)
|
||||
{
|
||||
SyncChange?.Invoke(this, EventArgs.Empty);
|
||||
synced = controllerSynced;
|
||||
SyncChange?.Invoke(this, EventArgs.Empty);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user