Added _PendingPlugInRequests

This commit is contained in:
Benjamin Höglinger-Stelzer
2020-05-13 16:36:30 +02:00
parent ce523c597f
commit c644146dd7
2 changed files with 34 additions and 1 deletions

View File

@@ -190,6 +190,11 @@ namespace ViGEm::Bus::Core
//
USHORT _ProductId{};
//
// Queue for blocking plugin requests
//
WDFQUEUE _PendingPlugInRequests{};
//
// Queue for incoming data interrupt transfer
//