mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2026-03-11 18:05:32 +00:00
Fix backslash key not mappable in controller settings (ryubing/ryujinx!265)
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.OemComma,
|
||||||
AvaKey.OemPeriod,
|
AvaKey.OemPeriod,
|
||||||
AvaKey.OemQuestion,
|
AvaKey.OemQuestion,
|
||||||
AvaKey.OemBackslash,
|
AvaKey.OemPipe,
|
||||||
|
|
||||||
// NOTE: invalid
|
// NOTE: invalid
|
||||||
AvaKey.None
|
AvaKey.None
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue