Update src/Ryujinx.Input/HLE/NpadController.cs
Co-authored-by: TSRBerry <20988865+TSRBerry@users.noreply.github.com>
This commit is contained in:
parent
18c243a73b
commit
38c0044ff9
1 changed files with 1 additions and 1 deletions
|
@ -487,7 +487,7 @@ namespace Ryujinx.Input.HLE
|
||||||
return value;
|
return value;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static KeyboardInput? GetHLEKeyboardInput(IGamepadDriver KeyboardDriver)
|
public static KeyboardInput GetHLEKeyboardInput(IGamepadDriver KeyboardDriver)
|
||||||
{
|
{
|
||||||
var keyboard = KeyboardDriver.GetGamepad("0") as IKeyboard;
|
var keyboard = KeyboardDriver.GetGamepad("0") as IKeyboard;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue