From dce6de1a6f9681faa71cd5c09198953acf2ea17f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Wed, 16 Dec 2020 20:46:10 +0100 Subject: [PATCH] Corrected version compatibility --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f36b3ee..346b99e 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,14 @@ A few examples of the most common use cases for `ViGEm` are: ## Supported Systems +### Version 1.16 and below + The driver is built for Windows 7/8.1/10 (x86 and amd64). +### Version 1.17 and above + +The driver is built for Windows 10 only (x86 and amd64). + ## License The `ViGEm` Bus Driver is licensed under the **BSD-3-Clause**, see [LICENSE](./LICENSE.md) for more information.