Skip to content

walkco/stadia-vigem

 
 

Repository files navigation

Stadia-ViGEm

Xbox 360 controller emulation for Stadia controller. Supports controllers connected via USB & bluetooth. Supports multiple devices and vibration (wired only). Forked from Mi-ViGEm (https://github.com/grayver/Mi-ViGEm) by grayver. Xbox 360 controller emulation driver is provided by ViGEm (https://github.com/ViGEm/ViGEmBus), by Benjamin Höglinger.

Requirements

  • Windows 11 (should work on Windows 7-10 also)
  • ViGEm bus installed (can be downloaded here)

How it works

Stadia-ViGEm program at start scans for Stadia Controllers and then proxies found Stadia Controllers to virtual Xbox 360 gamepads (with help from ViGEmBus). Also Stadia-ViGEm subscribes to system device plug/unplug notifications and rescans for devices on each notification. All found devices are displayed in the tray icon context menu. Manual device rescan can be initiated via the tray icon context menu.

Double input

Stadia-ViGEm creates a virtual Xbox 360 controller which results in double input issues when some applications will read input from both the virtual and the real Stadia controller. To avoid this, install HidHide and configure it as follows:

  • Open HidHide Configuration Client
  • On Applications tab:
    • Click "+" button
    • Browse to the Stadia-ViGEm executable you normally use (Stadia-ViGEm-x86.exe or Stadia-ViGEm-x64.exe)
  • On Devices tab:
    • Tick box next to the Stadia controller entry (wired controllers are named "Google LLC Stadia Controller rev. A" & bluetooth controllers are named "HID-compliant game controller")
    • Tick "Enable device hiding" at the bottom of the window
  • Reboot your PC

After this, only Stadia-ViGEm will be able to see the real controller. Note: This means that whenever Stadia-ViGEm isn't running, the controller will not be able to control anything on your PC.

Thanks to

grayver, the developer of Mi-ViGEm that makes up 95% of this program.

This project is inspired by following projects written on C#:

Thanks to following libraries and resources:

About

ViGEm adapter for Stadia Controller

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 91.9%
  • PowerShell 8.1%