mirror of
https://github.com/Thracky/GlosSI.git
synced 2024-11-17 03:26:02 +00:00
Update ViGEm
Update to v1.11.1.0
This commit is contained in:
parent
55ff0e9fd4
commit
e07a443205
12
dependencies/ViGEmUM/include/ViGEmUM.h
vendored
12
dependencies/ViGEmUM/include/ViGEmUM.h
vendored
@ -51,7 +51,9 @@ typedef enum _VIGEM_ERRORS
|
||||
VIGEM_ERROR_TARGET_UNINITIALIZED = 0xE0000006,
|
||||
VIGEM_ERROR_TARGET_NOT_PLUGGED_IN = 0xE0000007,
|
||||
VIGEM_ERROR_BUS_VERSION_MISMATCH = 0xE0000008,
|
||||
VIGEM_ERROR_BUS_ACCESS_FAILED = 0xE0000009
|
||||
VIGEM_ERROR_BUS_ACCESS_FAILED = 0xE0000009,
|
||||
VIGEM_ERROR_CALLBACK_ALREADY_REGISTERED = 0xE0000010,
|
||||
VIGEM_ERROR_CALLBACK_NOT_FOUND = 0xE0000011
|
||||
} VIGEM_ERROR;
|
||||
|
||||
#define VIGEM_SUCCESS(_val_) (_val_ == VIGEM_ERROR_NONE)
|
||||
@ -122,10 +124,18 @@ extern "C"
|
||||
_In_ PVIGEM_XUSB_NOTIFICATION Notification,
|
||||
_In_ VIGEM_TARGET Target);
|
||||
|
||||
VIGEM_API VIGEM_ERROR vigem_unregister_xusb_notification(
|
||||
_In_ PVIGEM_XUSB_NOTIFICATION Notification,
|
||||
_In_ VIGEM_TARGET Target);
|
||||
|
||||
VIGEM_API VIGEM_ERROR vigem_register_ds4_notification(
|
||||
_In_ PVIGEM_DS4_NOTIFICATION Notification,
|
||||
_In_ VIGEM_TARGET Target);
|
||||
|
||||
VIGEM_API VIGEM_ERROR vigem_unregister_ds4_notification(
|
||||
_In_ PVIGEM_DS4_NOTIFICATION Notification,
|
||||
_In_ VIGEM_TARGET Target);
|
||||
|
||||
VIGEM_API VIGEM_ERROR vigem_xusb_submit_report(
|
||||
_In_ VIGEM_TARGET Target,
|
||||
_In_ XUSB_REPORT Report);
|
||||
|
BIN
dependencies/ViGEmUM/x64/ViGEmUM.dll
vendored
BIN
dependencies/ViGEmUM/x64/ViGEmUM.dll
vendored
Binary file not shown.
BIN
dependencies/ViGEmUM/x64/lib/ViGEmUM.lib
vendored
BIN
dependencies/ViGEmUM/x64/lib/ViGEmUM.lib
vendored
Binary file not shown.
BIN
dependencies/ViGEmUM/x86/ViGEmUM.dll
vendored
BIN
dependencies/ViGEmUM/x86/ViGEmUM.dll
vendored
Binary file not shown.
BIN
dependencies/ViGEmUM/x86/lib/ViGEmUM.lib
vendored
BIN
dependencies/ViGEmUM/x86/lib/ViGEmUM.lib
vendored
Binary file not shown.
@ -8,7 +8,7 @@ Class=System
|
||||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%ManufacturerName%
|
||||
CatalogFile=HidGuardian.cat
|
||||
DriverVer = 05/14/2017,1.5.10.0
|
||||
DriverVer = 08/16/2017,1.11.1.0
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ Class=System
|
||||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%ManufacturerName%
|
||||
CatalogFile=ViGEmBus.cat
|
||||
DriverVer = 05/14/2017,1.5.10.0
|
||||
DriverVer = 08/16/2017,1.11.1.0
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
Binary file not shown.
Binary file not shown.
@ -8,7 +8,7 @@ Class=System
|
||||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%ManufacturerName%
|
||||
CatalogFile=XnaGuardian.cat
|
||||
DriverVer = 05/14/2017,1.5.10.0
|
||||
DriverVer = 08/16/2017,1.11.1.0
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -8,7 +8,7 @@ Class=System
|
||||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%ManufacturerName%
|
||||
CatalogFile=HidGuardian.cat
|
||||
DriverVer = 05/14/2017,1.5.10.0
|
||||
DriverVer = 08/16/2017,1.11.1.0
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
Binary file not shown.
@ -8,7 +8,7 @@ Class=System
|
||||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%ManufacturerName%
|
||||
CatalogFile=ViGEmBus.cat
|
||||
DriverVer = 05/14/2017,1.5.10.0
|
||||
DriverVer = 08/16/2017,1.11.1.0
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
Binary file not shown.
Binary file not shown.
@ -8,7 +8,7 @@ Class=System
|
||||
ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
|
||||
Provider=%ManufacturerName%
|
||||
CatalogFile=XnaGuardian.cat
|
||||
DriverVer = 05/14/2017,1.5.10.0
|
||||
DriverVer = 08/16/2017,1.11.1.0
|
||||
|
||||
[DestinationDirs]
|
||||
DefaultDestDir = 12
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user