nefarius / ViGEmBus

Windows kernel-mode driver emulating well-known USB game controllers.

Home Page:https://docs.nefarius.at/projects/ViGEm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blocking for DInput devices

machomuchacho opened this issue · comments

I'm emulating a DualShock4 controller with a Nacon Compact PS4 Controller and figured out while using Steam in Big Picture mode (for testing) that navigation felt super fast, I think it's due to the fact that the PC still seems to detect the Nacon controller because it moves 2 slots at a time every time I press a d-pad button or move the left stick, like if I was using 2 controllers at the same time. In UCR, Interception has an option to block the input from the physical device, is it possible to do the same with ViGEm ?

Sounds like a use-case for HidHide.

Perfect!