Decreased version again to test compatibility

This commit is contained in:
Benjamin Höglinger-Stelzer
2018-09-23 18:36:26 +02:00
parent 5090cba914
commit e8bbbe6e82
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@@ -43,3 +43,5 @@
/Release_LIB
/src/Release_LIB
/src/x64
/src/Debug_DLL
/src/Release_DLL

View File

@@ -46,7 +46,7 @@ DEFINE_GUID(GUID_DEVINTERFACE_BUSENUM_VIGEM,
// access is permitted and success reported. If they mismatch, an
// error is reported and the user-mode library skips this instance.
//
#define VIGEM_COMMON_VERSION 0x0002
#define VIGEM_COMMON_VERSION 0x0001
#define FILE_DEVICE_BUSENUM FILE_DEVICE_BUS_EXTENDER
#define BUSENUM_IOCTL(_index_) CTL_CODE(FILE_DEVICE_BUSENUM, _index_, METHOD_BUFFERED, FILE_READ_DATA)