mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 01:25:25 +00:00
90455a05e6
* Input: Improve controller identification Controllers were identified before by a combination of their _global_ index in the list of controllers and their GUID. The problem is, disconnecting and reconnecting a controller can change its global index; the controller can appear at the end. This would give it another ID, and the controller would need to be reconfigured. This happened to me a lot with a switch pro controller and a USB game controller, it was essentially random which appeared first. Now, it consistently detects them. This PR changes the controller identification to be a combination of an index of controllers with the same GUID (generally 0), and its GUID. It also reworks managing the list of controllers to properly consider instance IDs. This also changes the NpadManager to attempt to reuse old controllers when refreshing input configuration, which can prevent input from going dead for seconds whenever a controller connects or disconnects (and the switch pro controller just entirely dying). Testing with different controller types, OS and Avalonia is welcome. Remember that the target is connecting a ton of controllers, and pulling/reconnecting them. * Remove double empty line |
||
---|---|---|
.. | ||
Assigner | ||
HLE | ||
Motion | ||
GamepadButtonInputId.cs | ||
GamepadFeaturesFlag.cs | ||
GamepadStateSnapshot.cs | ||
IGamepad.cs | ||
IGamepadDriver.cs | ||
IKeyboard.cs | ||
IMouse.cs | ||
Key.cs | ||
KeyboardStateSnapshot.cs | ||
MotionInputId.cs | ||
MouseButton.cs | ||
MouseStateSnapshot.cs | ||
Ryujinx.Input.csproj | ||
StickInputId.cs |