From 4c1ef2b63cb216026c1be725ed4c00220e76f3e1 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 1 Nov 2018 14:11:53 -0500 Subject: [PATCH] Don't persist current blank state. Method should probably be renamed Related to issue #474 --- DS4Windows/DS4Control/ControlService.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/DS4Windows/DS4Control/ControlService.cs b/DS4Windows/DS4Control/ControlService.cs index 9cb28d4..855bdf9 100644 --- a/DS4Windows/DS4Control/ControlService.cs +++ b/DS4Windows/DS4Control/ControlService.cs @@ -1031,7 +1031,6 @@ namespace DS4Windows // Use Task to reset device synth state and commit it Task.Run(() => { - Mapping.deviceState[ind].SavePrevious(true); Mapping.Commit(ind); }).Wait();