From 2d39c661f519add1a5bb8167689ca48507800e70 Mon Sep 17 00:00:00 2001 From: Jason Hart Date: Sun, 10 May 2020 15:17:11 -0400 Subject: [PATCH] Remove XUSB from DS4Pdo header --- sys/Ds4Pdo.hpp | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/sys/Ds4Pdo.hpp b/sys/Ds4Pdo.hpp index 984061a..421d51d 100644 --- a/sys/Ds4Pdo.hpp +++ b/sys/Ds4Pdo.hpp @@ -27,19 +27,6 @@ namespace ViGEm::Bus::Targets private: static PCWSTR _deviceDescription; - -#if defined(_X86_) - static const int XUSB_CONFIGURATION_SIZE = 0x00E4; -#else - static const int XUSB_CONFIGURATION_SIZE = 0x0130; -#endif - static const int XUSB_DESCRIPTOR_SIZE = 0x0099; - static const int XUSB_RUMBLE_SIZE = 0x08; - static const int XUSB_LEDSET_SIZE = 0x03; - static const int XUSB_LEDNUM_SIZE = 0x01; - static const int XUSB_INIT_STAGE_SIZE = 0x03; - static const int XUSB_BLOB_STORAGE_SIZE = 0x2A; - static const int HID_GET_FEATURE_REPORT_SIZE_0 = 0x31; static const int HID_GET_FEATURE_REPORT_SIZE_1 = 0x25;