From 9759f96b8432c41515fc36fe67a50fb8b1839baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger?= Date: Tue, 30 Jan 2018 15:06:04 +0100 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..03e6a90 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# ViGEm Bus Driver + +Currently supports emulation of the following USB gamepads: +- [Microsoft Xbox 360 Controller](https://en.wikipedia.org/wiki/Xbox_360_controller) +- [Sony DualShock 4 Controller](https://en.wikipedia.org/wiki/DualShock#DualShock_4) +- [Microsoft Xbox One Controller](https://en.wikipedia.org/wiki/Xbox_One_Controller) + - Experimental; not ready for stable release yet + +## Necessary preparations for Windows 7 +Before installing the bus driver on Windows 7 (x86 or x64) the following 3rd party software has to be installed: + * [Xbox 360 Accessories Software 1.2](https://www.microsoft.com/accessories/en-us/products/gaming/xbox-360-controller-for-windows/52a-00004#techspecs-connect) (contains the missing device drivers) + * [Microsoft Security Advisory 3033929 Update](https://technet.microsoft.com/en-us/library/security/3033929) has to be installed to support the drivers signature. Download links: + * [Security Update for Windows 7 (KB3033929)](https://www.microsoft.com/en-us/download/details.aspx?id=46078) + * [Security Update for Windows 7 for x64-based Systems (KB3033929)](https://www.microsoft.com/en-us/download/details.aspx?id=46148) + +## Installation +[Follow the installation instructions](https://github.com/nefarius/ViGEm/wiki/Driver-Installation).