nefarius / ViGEmBus

Windows kernel-mode driver emulating well-known USB game controllers.
https://docs.nefarius.at/projects/ViGEm/
BSD 3-Clause "New" or "Revised" License
3.03k stars 284 forks source link

Implements full DS4 output report pass-back #147

Closed nefarius closed 2 years ago

nefarius commented 2 years ago

These changes add a backwards-compatible way of receiving the full unmodified output report buffer the virtual DS4 receives by applications. This essentially allows any SDK user to inspect and react to other output report features as they please.

Kanuan commented 2 years ago

LGTM (Let's gamble, try merging!)