From 190dc5e75c08ea88a48b96e7bcb33ae185740fc6 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 17 Jan 2019 03:26:19 -0600 Subject: [PATCH 1/3] Remove old call for low latency garbage collection --- DS4Windows/Program.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/DS4Windows/Program.cs b/DS4Windows/Program.cs index 82b7d4a..ca1d32e 100644 --- a/DS4Windows/Program.cs +++ b/DS4Windows/Program.cs @@ -5,7 +5,6 @@ using System.Runtime.InteropServices; using Process = System.Diagnostics.Process; using System.ComponentModel; using System.Globalization; -using System.Runtime; using Microsoft.Win32.TaskScheduler; namespace DS4Windows @@ -69,8 +68,6 @@ namespace DS4Windows } } - GCSettings.LatencyMode = GCLatencyMode.LowLatency; - try { Process.GetCurrentProcess().PriorityClass = From d79e368c6a2378d4031322b385b8a196a19a0067 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Fri, 18 Jan 2019 02:11:09 -0600 Subject: [PATCH 2/3] Updated newest version file --- DS4Windows/newest.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/newest.txt b/DS4Windows/newest.txt index ec70f75..400084b 100644 --- a/DS4Windows/newest.txt +++ b/DS4Windows/newest.txt @@ -1 +1 @@ -1.6.6 +1.6.7 From 8f25e4b6305f9c1fed86d1936a7752ed8437c2b3 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Fri, 18 Jan 2019 02:11:22 -0600 Subject: [PATCH 3/3] Version 1.6.7 --- DS4Windows/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DS4Windows/Properties/AssemblyInfo.cs b/DS4Windows/Properties/AssemblyInfo.cs index 20c5e1b..3ddc1a6 100644 --- a/DS4Windows/Properties/AssemblyInfo.cs +++ b/DS4Windows/Properties/AssemblyInfo.cs @@ -33,7 +33,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.6.6")] -[assembly: AssemblyFileVersion("1.6.6")] +[assembly: AssemblyVersion("1.6.7")] +[assembly: AssemblyFileVersion("1.6.7")] [assembly: NeutralResourcesLanguage("en")]