Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 614 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 614 Bytes

DeviceChangeFix

Final Fantasy XIV freezes all controller input while it is checking if a controller was plugged in or out. Unfortunately this code is run every time a device in Windows is added or removed, no matter if it's a controller, generic hardware device or even virtual device.

Every time this happens controller input freezes for about 1-2 seconds. This is especially annoying when using Game Pass since Windows randomly adds and ejects virtual drives for Game Pass games.

This Plugin keeps track of how many controllers are actually connected and only runs the polling code when that number changes.