From 190dc5e75c08ea88a48b96e7bcb33ae185740fc6 Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Thu, 17 Jan 2019 03:26:19 -0600 Subject: [PATCH] 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 =