Updated tracing

This commit is contained in:
Benjamin Höglinger-Stelzer
2020-05-11 14:03:02 +02:00
parent 48a6431f0f
commit 14ee423fc1
4 changed files with 11 additions and 10 deletions

View File

@@ -981,7 +981,7 @@ NTSTATUS ViGEm::Bus::Targets::EmulationTargetDS4::UsbBulkOrInterruptTransfer(_UR
if (pTransfer->TransferFlags & USBD_TRANSFER_DIRECTION_IN
&& pTransfer->PipeHandle == reinterpret_cast<USBD_PIPE_HANDLE>(0xFFFF0084))
{
TraceEvents(TRACE_LEVEL_VERBOSE,
TraceDbg(
TRACE_USBPDO,
">> >> >> Incoming request, queuing...");