mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Removed SetCompatibleTextRenderingDefault setting
Reduces latency for some reason
This commit is contained in:
parent
ffcb5035c7
commit
d6461ed0eb
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user