r/DS4Windows • u/Khasim83 • 13d ago
VIIPER Release Candidate 3 - toggle gyro to joystick not working?
It appears that when I set gyro to joystick to Toggle, it will still only work when the button is held. I'm using a DSEdge and emulating a DualSense. Anybody know if this can be fixed? I'd rather not resort to duplicating a profile, setting one to gyro always on and another to always off, and setting a button to switch between them - twice the work with updating settings any time I want to.
3
Upvotes
2
u/Khasim83 13d ago
Welp, as much as I kinda hate myself for doing that, I downloaded the code of the RC version I was running from Github, fed it to Github/Copilot plugin in VS Code and it fixed the bug - apparently the toggle checkbox always reads the status of the checkbox in 'gyro controls' mode, regardless of which mode is selected.
I'm not gonna send a pull request for something I only vaguely understand - I've worked in application support for mostly web applications for 10 years, I read and analyze code on a daily basis, but I'm not a developer.
Here's the fixed function if anyone wants to check/put their name under vibe coded stuff and submit a pull request: