Added Thai language description of the Ignore Applet setting (#60)

This commit is contained in:
Vladimir Sokolov 2024-10-27 21:33:06 +10:00 committed by GitHub
parent 7038a902c3
commit 4926df42a4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -115,7 +115,7 @@ namespace Ryujinx.Input.SDL2
{
lock (_lock)
{
_gamepadsIds.Add(id);
_gamepadsIds.Insert(joystickDeviceId, id);
}
OnGamepadConnected?.Invoke(id);