Removed SetCompatibleTextRenderingDefault setting

Reduces latency for some reason
This commit is contained in:
Travis Nickles 2018-06-03 16:58:56 -05:00
parent ffcb5035c7
commit d6461ed0eb

View File

@ -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();