From d6461ed0ebe81b02fbb48efd6ba056ad7fd38d9b Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sun, 3 Jun 2018 16:58:56 -0500 Subject: [PATCH] Removed SetCompatibleTextRenderingDefault setting Reduces latency for some reason --- DS4Windows/Program.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/DS4Windows/Program.cs b/DS4Windows/Program.cs index 37557a0..789393f 100644 --- a/DS4Windows/Program.cs +++ b/DS4Windows/Program.cs @@ -38,7 +38,6 @@ namespace DS4Windows if (s == "driverinstall" || s == "-driverinstall") { Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); Application.Run(new WelcomeDialog(true)); return; } @@ -107,7 +106,6 @@ namespace DS4Windows rootHub.createHidGuardKey(); //rootHub = new ControlService(); Application.EnableVisualStyles(); - Application.SetCompatibleTextRenderingDefault(false); Application.Run(new DS4Form(args)); rootHub.removeHidGuardKey(); //mutex.ReleaseMutex();