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