mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-04-28 09:51:20 +02:00
Merge branch 'jay' into vigem-udpserver
This commit is contained in:
commit
ce0fb4f4a8
@ -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 =
|
||||||
|
@ -33,7 +33,7 @@ using System.Runtime.InteropServices;
|
|||||||
// You can specify all the values or you can default the Build and Revision Numbers
|
// You can specify all the values or you can default the Build and Revision Numbers
|
||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.6.6")]
|
[assembly: AssemblyVersion("1.6.7")]
|
||||||
[assembly: AssemblyFileVersion("1.6.6")]
|
[assembly: AssemblyFileVersion("1.6.7")]
|
||||||
[assembly: NeutralResourcesLanguage("en")]
|
[assembly: NeutralResourcesLanguage("en")]
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
1.6.6
|
1.6.7
|
||||||
|
Loading…
x
Reference in New Issue
Block a user