mirror of
https://git.ryujinx.app/kenji-nx/ryujinx.git
synced 2026-01-01 07:37:09 +00:00
system: Make index 0 of keyboards in configuration 'all keyboards'
This commit is contained in:
parent
afecb551c5
commit
80d0cc7d6f
7 changed files with 43 additions and 15 deletions
|
|
@ -2,6 +2,9 @@ namespace Ryujinx.Common.Configuration.Hid
|
|||
{
|
||||
public class KeyboardConfig : InputConfig
|
||||
{
|
||||
// DO NOT MODIFY
|
||||
public const uint AllKeyboardsIndex = 0;
|
||||
|
||||
/// <summary>
|
||||
/// Left JoyCon Keyboard Bindings
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue