You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is caused by the HidLibrary checking IsConnected every frame. This function is slow and hurts performance significantly. A local fork of HidLibrary that uses a 2 second polling recheck of connected state is working with no input lag. This issue will be resolved when that logic is integrated into the repo.
The text was updated successfully, but these errors were encountered:
The local fix is not enough, as the input still hangs every 2 seconds. This will likely require a concurrent solution and thus will be a lot more difficult.
Fixed in version v0.3.0.4 . The hangups were part of the attached/detached polling that could now be fully disabled. Hopefully this won't have any side effects with controllers being removed and reattached while the software is running.
This is caused by the HidLibrary checking IsConnected every frame. This function is slow and hurts performance significantly. A local fork of HidLibrary that uses a 2 second polling recheck of connected state is working with no input lag. This issue will be resolved when that logic is integrated into the repo.
The text was updated successfully, but these errors were encountered: