ViGEmBus
ViGEmBus copied to clipboard
Windows kernel-mode driver emulating well-known USB game controllers.
Apparently ARM64 installations are on the rise, the solution/project needs this platform integrated and tested.
**Is your feature request related to a problem? Please describe.** Virtual DS4 rumble and lightbar passthru support has been a problem for a while but I have not had time...
**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** With every new release of ViGEmBus, use a GitHub workflow to update manifests at...
This action automatically generates manifests for WinGet Community Repository ([microsoft/winget-pkgs](https://github.com/microsoft/winget-pkgs)) and submits them. This is in line with the PR in HidHide (https://github.com/ViGEm/HidHide/pull/80). Before merging this: - Follow the steps...
**Describe the bug** With both the ViGEmBus drivers and Focusrite drivers for their Scarlett 2i2 3rd gen interface installed, Windows experiences random audio cutout issues, where audio cuts out for...
# PSA A successor "ViGEmBus 2" (not the official name) is in development since the beginning of 2022 and will supersede this project eventually. **No new features will be added...
It'd be awesome to have an emulated switch pro controller, as it has motion controls that work with Steam. It'd also allow the program BetterJoyForCemu to emulate a switch pro...
# The issue HP's line of Omen gaming laptops come pre-installed with a modified version of the ViGEmBus driver. Apps trying to locate the latest ViGEmBus may end up detecting...
**Describe the bug** Two subsequent calls to XInputSetState with different values break the state of the motors (vibration persists after being reset to 0 on both motors). It can easily...
While looking at original `xboxgip.sys` (version 10.0.18362.267) and how it works I found `gipControllerHidDescriptor` var that this driver uses for its HID Physical Device Object. It was [`HID_DESCRIPTOR`](https://docs.microsoft.com/windows-hardware/drivers/ddi/hidport/ns-hidport-_hid_descriptor) struct. Stripped...