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")
|
if (s == "driverinstall" || s == "-driverinstall")
|
||||||
{
|
{
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
|
||||||
Application.Run(new WelcomeDialog(true));
|
Application.Run(new WelcomeDialog(true));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -107,7 +106,6 @@ namespace DS4Windows
|
|||||||
rootHub.createHidGuardKey();
|
rootHub.createHidGuardKey();
|
||||||
//rootHub = new ControlService();
|
//rootHub = new ControlService();
|
||||||
Application.EnableVisualStyles();
|
Application.EnableVisualStyles();
|
||||||
Application.SetCompatibleTextRenderingDefault(false);
|
|
||||||
Application.Run(new DS4Form(args));
|
Application.Run(new DS4Form(args));
|
||||||
rootHub.removeHidGuardKey();
|
rootHub.removeHidGuardKey();
|
||||||
//mutex.ReleaseMutex();
|
//mutex.ReleaseMutex();
|
||||||
|
Loading…
Reference in New Issue
Block a user