From c6cefe0d2fe89aa4111208375d1d9dc8dbeb4f54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Mon, 28 Aug 2017 23:50:12 +0200 Subject: [PATCH] Fixed orphaned IRP when emulating a DS4 --- ViGEmBusDriver.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ViGEmBusDriver.h b/ViGEmBusDriver.h index 38fa426..491e72d 100644 --- a/ViGEmBusDriver.h +++ b/ViGEmBusDriver.h @@ -44,7 +44,7 @@ typedef enum _VIGEM_PDO_STAGE { ViGEmPdoCreate, ViGEmPdoPrepareHardware, - ViGEmPdoUsbGetStatusFromDevice + ViGEmPdoInternalIoControl } VIGEM_PDO_STAGE, *PVIGEM_PDO_STAGE;