mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Fixed sorting of gamepads when reconnecting them.
This commit is contained in:
parent
ca5935f468
commit
fe123266b7
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ namespace Ryujinx.Input.SDL2
|
|||
{
|
||||
lock (_lock)
|
||||
{
|
||||
_gamepadsIds.Add(id);
|
||||
_gamepadsIds.Insert(joystickDeviceId, id);
|
||||
}
|
||||
|
||||
OnGamepadConnected?.Invoke(id);
|
||||
|
|
|
|||
Loading…
Reference in a new issue