From 080a9a8a14a9e7771741cfe543b70d13005d5ce7 Mon Sep 17 00:00:00 2001 From: Daniele Colanardi Date: Wed, 5 Jan 2022 18:38:22 +0100 Subject: [PATCH] Fix README --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index bdf144d..9ce0f40 100644 --- a/README.md +++ b/README.md @@ -4,20 +4,19 @@ Xbox360 controller emulation for Xiaomi Gamepad, with vibration support. An application that runs in the tray and expose every Xiaomi Gamepad as a XInput-compatible device that can be used for every game or application that supports Xbox360 pads. Rumble works, too! The HID device will be hidden to the whole system, showing only the emulated Xbox one. -XInput emulation is provided by [ViGEm Bus](https://github.com/ViGEm/ViGEmBus), by Benjamin Höglinger -HID cloacking is provided by [HidHide](https://github.com/ViGEm/HidHide), by Benjamin Höglinger - ## Prerequisites If any version of mi-360 prior to version 0.5 is installed, please uninstall it before updating. -ViGEm bus is required to be installed to use this utility. You can find the auto-updating installer [here](https://github.com/ViGEm/ViGEmBus/releases). +XInput emulation is provided by [ViGEm Bus](https://github.com/ViGEm/ViGEmBus), by Benjamin Höglinger. + +HID cloacking is provided by [HidHide](https://github.com/ViGEm/HidHide), by Benjamin Höglinger. ## Installation -1- Download and install the most recent release of [ViGEm Bus](https://github.com/ViGEm/ViGEmBus/releases/latest) -2- **(Optional)** Download and install the most recent release of [HidHide](https://github.com/ViGEm/HidHide/releases/latest) -3- Download the latest version of the setup from the Releases page and run it. +1. Download and install the most recent release of [ViGEm Bus](https://github.com/ViGEm/ViGEmBus/releases/latest) +2. **(Optional)** Download and install the most recent release of [HidHide](https://github.com/ViGEm/HidHide/releases/latest) +3. Download the latest version of the setup from the Releases page and run it. ## Custom build and setup