Benjamin Höglinger-Stelzer

Results 182 comments of Benjamin Höglinger-Stelzer

Thanks, I've read it. The v1.16 way of thing works also with the 1.17 driver because I took care of being both forward and backwards compatible. The v.1.16 way is...

I see if I can simplify the driver more, less code, less grounds for issues 😉

> I will do tests with the sample you provided using Dolphin emulator (testing with the "stock vanilla" version of Vigem client dll library and .NET binding and the tweaked...

> The main issue seems to stem from a feedback event being signaled while the client program code is not currently waiting for feedback data via GetOverlappedResult. The prior DeviceIoControl...

> The notification queue change is still only available as a diff. I probably should get a test branch posted in a fork to make inspecting the change easier. >...

Closing as much has changed regarding rumble feedback so whoever's affected should check the latest driver and SDK builds.

Sounds to me like it would be beneficial to simply returning the entire output report unmodified to the SDK and let the user of the API decode the bits relevant...

No. New features for ViGEmBus are on hold until the opportunity opens up again that I find the resources to work on it.

Feature is in the works [in this branch](https://github.com/ViGEm/ViGEmBus/tree/nefarius/feature/full-ds4-outrep).

Implementation done, starting tests... ```c /** * Waits until there's one or more pending raw output reports available to consume. This * function blocks until data becomes available or the...