This commit is contained in:
Benjamin Höglinger-Stelzer
2022-08-06 16:46:54 +02:00
parent 7d81cf3d76
commit 0a2ff96e0c
3 changed files with 45 additions and 0 deletions

View File

@@ -1032,6 +1032,11 @@ NTSTATUS ViGEm::Bus::Targets::EmulationTargetDS4::UsbBulkOrInterruptTransfer(_UR
: sizeof(DS4_OUTPUT_BUFFER)
);
DumpAsHex("!! XUSB_REQUEST_NOTIFICATION",
&this->_AwaitOutputCache,
sizeof(DS4_AWAIT_OUTPUT)
);
if (!NT_SUCCESS(status = DMF_NotifyUserWithRequestMultiple_DataBroadcast(
this->_OutputReportNotify,
&this->_AwaitOutputCache,