mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Output report len is constant
No need to pull from property every poll
This commit is contained in:
parent
abad91ca2a
commit
afea15f38f
@ -100,7 +100,7 @@ namespace DS4Windows
|
||||
Output[4] = (Byte)(device + firstController);
|
||||
Output[9] = 0x14;
|
||||
|
||||
for (int i = 10, outLen = Output.Length; i < outLen; i++)
|
||||
for (int i = 10; i < 28; i++)
|
||||
{
|
||||
Output[i] = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user