nefarius / DsHidMini

Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers
https://docs.nefarius.at/projects/DsHidMini/
BSD 3-Clause "New" or "Revised" License
1.26k stars 55 forks source link

Fixed rescaling not calculating if not using device-specific properties #262

Closed Kanuan closed 2 years ago

Kanuan commented 2 years ago

The block of code that calculates the rumble constants used in rescaling functions was in a place that didn't run if not using device-specific settings. Moved it to the correct place.