Skip to content
This repository has been archived by the owner on Oct 27, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 685 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 685 Bytes

DeviceChangeFix

Currently maintained at https://github.com/Jessidhia/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.