mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-03-11 09:45:44 +00:00
Fix backslash key not mappable in controller settings (ryubing/ryujinx!265)
Some checks failed
Canary CI / Release for linux-arm64 (push) Has been cancelled
Canary CI / Release for linux-x64 (push) Has been cancelled
Canary CI / Release for win-x64 (push) Has been cancelled
Canary CI / Release MacOS universal (push) Has been cancelled
Canary CI / Create GitLab Release (push) Has been cancelled
Some checks failed
Canary CI / Release for linux-arm64 (push) Has been cancelled
Canary CI / Release for linux-x64 (push) Has been cancelled
Canary CI / Release for win-x64 (push) Has been cancelled
Canary CI / Release MacOS universal (push) Has been cancelled
Canary CI / Create GitLab Release (push) Has been cancelled
See merge request ryubing/ryujinx!265
This commit is contained in:
parent
6f95172bb6
commit
d1205dc95d
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ namespace Ryujinx.Ava.Input
|
|||
AvaKey.OemComma,
|
||||
AvaKey.OemPeriod,
|
||||
AvaKey.OemQuestion,
|
||||
AvaKey.OemBackslash,
|
||||
AvaKey.OemPipe,
|
||||
|
||||
// NOTE: invalid
|
||||
AvaKey.None
|
||||
|
|
|
|||
Loading…
Reference in a new issue