Fixed orphaned IRP when emulating a DS4

This commit is contained in:
Benjamin Höglinger
2017-08-28 23:50:12 +02:00
parent 80171be2b2
commit c6cefe0d2f

View File

@@ -44,7 +44,7 @@ typedef enum _VIGEM_PDO_STAGE
{
ViGEmPdoCreate,
ViGEmPdoPrepareHardware,
ViGEmPdoUsbGetStatusFromDevice
ViGEmPdoInternalIoControl
} VIGEM_PDO_STAGE, *PVIGEM_PDO_STAGE;