mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-02-17 00:16:20 +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 Process = System.Diagnostics.Process;
|
||||||
using System.ComponentModel;
|
using System.ComponentModel;
|
||||||
using System.Globalization;
|
using System.Globalization;
|
||||||
using System.Runtime;
|
|
||||||
using Microsoft.Win32.TaskScheduler;
|
using Microsoft.Win32.TaskScheduler;
|
||||||
|
|
||||||
namespace DS4Windows
|
namespace DS4Windows
|
||||||
@ -69,8 +68,6 @@ namespace DS4Windows
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
GCSettings.LatencyMode = GCLatencyMode.LowLatency;
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
Process.GetCurrentProcess().PriorityClass =
|
Process.GetCurrentProcess().PriorityClass =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user