mirror of
https://github.com/nefarius/ViGEmBus.git
synced 2025-08-10 00:52:17 +00:00
Stuff
This commit is contained in:
@@ -443,6 +443,12 @@ NTSTATUS ViGEm::Bus::Targets::EmulationTargetDS4::SelectConfiguration(PURB Urb)
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
void ViGEm::Bus::Targets::EmulationTargetDS4::AbortPipe()
|
||||
{
|
||||
// Higher driver shutting down, emptying PDOs queues
|
||||
WdfTimerStop(this->PendingUsbInRequestsTimer, TRUE);
|
||||
}
|
||||
|
||||
VOID ViGEm::Bus::Targets::EmulationTargetDS4::PendingUsbRequestsTimerFunc(
|
||||
_In_ WDFTIMER Timer
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user