mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Remove old call for low latency garbage collection
This commit is contained in:
parent
19c81b8f68
commit
190dc5e75c
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user