mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Bugfixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user