From a1b58be426387611aed7c6c17c404ec5b22b636d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Thu, 7 Jan 2021 13:44:34 +0100 Subject: [PATCH 1/2] Added Windows Server versions to supported systems --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c888cca..b07b18e 100644 --- a/README.md +++ b/README.md @@ -39,11 +39,11 @@ A few examples of the most common use cases for `ViGEm` are: ### Version 1.16 and below -The driver is built for Windows 7/8.1/10 (x86 and amd64). +The driver is built for Windows 7/8.1/10/Server 2016/Server 2019 (x86 and amd64). ### Version 1.17 and above -The driver is built for Windows 10 only (x86 and amd64). +The driver is built for Windows 10/Server 2016/Server 2019 only (x86 and amd64). ## License From 7d3027c7dba9bc72cbfe84506a777a1b84bb4840 Mon Sep 17 00:00:00 2001 From: Filippo Tarpini Date: Thu, 7 Jan 2021 19:24:28 +0200 Subject: [PATCH 2/2] Fix Y touchpad resolution comment --- sdk/include/ViGEm/Common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/include/ViGEm/Common.h b/sdk/include/ViGEm/Common.h index f90b697..ed1f70b 100644 --- a/sdk/include/ViGEm/Common.h +++ b/sdk/include/ViGEm/Common.h @@ -212,7 +212,7 @@ typedef struct _DS4_TOUCH BYTE bTouchData1[3]; // Two 12 bits values (for X and Y) // middle byte holds last 4 bits of X and the starting 4 bits of Y BYTE bIsUpTrackingNum2; // second touch data immediately follows data of first touch - BYTE bTouchData2[3]; // resolution is 1920x943 + BYTE bTouchData2[3]; // resolution is 1920x942 } DS4_TOUCH, * PDS4_TOUCH; //