Fix backslash key not mappable in controller settings

Fixes keyboard mapping for the backslash key (\) which was previously unmappable in controller button assignment.
This commit is contained in:
BowedCascade
2026-02-19 09:51:24 -06:00
committed by KeatonTheBot
parent 18bd84c463
commit dcafe32d5c
@@ -141,7 +141,7 @@ namespace Ryujinx.Ava.Input
AvaKey.OemComma, AvaKey.OemComma,
AvaKey.OemPeriod, AvaKey.OemPeriod,
AvaKey.OemQuestion, AvaKey.OemQuestion,
AvaKey.OemBackslash, AvaKey.OemPipe,
// NOTE: invalid // NOTE: invalid
AvaKey.None AvaKey.None