Make sure to use profile lightbar color when syncing controller to Sony adapter

Related to issue #238
This commit is contained in:
Travis Nickles 2018-03-17 03:10:39 -05:00
parent 46c391f1d9
commit ace46f1011

View File

@ -991,6 +991,7 @@ namespace DS4Windows
{ {
synced = controllerSynced; synced = controllerSynced;
SyncChange?.Invoke(this, EventArgs.Empty); SyncChange?.Invoke(this, EventArgs.Empty);
sendOutputReport(true);
} }
} }