From ace46f101189d013273fae5550649e90c43e769e Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 17 Mar 2018 03:10:39 -0500 Subject: [PATCH] Make sure to use profile lightbar color when syncing controller to Sony adapter Related to issue #238 --- DS4Windows/DS4Library/DS4Device.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/DS4Windows/DS4Library/DS4Device.cs b/DS4Windows/DS4Library/DS4Device.cs index fe43735..df58fec 100644 --- a/DS4Windows/DS4Library/DS4Device.cs +++ b/DS4Windows/DS4Library/DS4Device.cs @@ -991,6 +991,7 @@ namespace DS4Windows { synced = controllerSynced; SyncChange?.Invoke(this, EventArgs.Empty); + sendOutputReport(true); } }