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
Fix: DualSense (DS5) USB controller support - critical bugs in input parsing, battery handling, and power state
Major issues fixed:
- Corrected DS5 report data offset (was treating input data incorrectly)
- Fixed battery level scaling (was using only 4-bit field as 8-bit)
- Fixed power state field extraction (now properly masks 4-bit field)
- Corrected touchpad data structure alignment and unpacking
- Added proper bit-field access for DS5 status byte
- Improved rumble output configuration for DS5 quirks
- Fixed LED initialization for DS5 (was sharing DS4 init)
This completes the transplanted wOPL code with proper PS2SDK integration."
0 commit comments