Fix ~3500 analyser issues

See merge request ryubing/ryujinx!44
This commit is contained in:
MrKev
2025-05-30 17:08:34 -05:00
committed by LotP
parent 417df486b1
commit 361d0c5632
622 changed files with 3080 additions and 2652 deletions

View File

@@ -150,6 +150,7 @@ namespace Ryujinx.Ava.UI.Helpers
{
keyString = key.ToString();
}
break;
case GamepadInputId gamepadInputId:
if (_gamepadInputIdMap.TryGetValue(gamepadInputId, out localeKey))
@@ -160,6 +161,7 @@ namespace Ryujinx.Ava.UI.Helpers
{
keyString = gamepadInputId.ToString();
}
break;
case StickInputId stickInputId:
if (_stickInputIdMap.TryGetValue(stickInputId, out localeKey))
@@ -170,6 +172,7 @@ namespace Ryujinx.Ava.UI.Helpers
{
keyString = stickInputId.ToString();
}
break;
}