mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Fixed typo
This commit is contained in:
parent
38faadfcd2
commit
397814c244
@ -187,7 +187,7 @@ namespace DS4Windows
|
||||
_udpServer = new UdpServer(GetPadDetailForIdx);
|
||||
if (openPort)
|
||||
{
|
||||
// Change thread affinity to object has normal priority
|
||||
// Change thread affinity of object to have normal priority
|
||||
Task.Run(() =>
|
||||
{
|
||||
var UDP_SERVER_PORT = Global.getUDPServerPortNum();
|
||||
|
Loading…
Reference in New Issue
Block a user