mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2025-01-08 20:02:39 +00:00
Forgot to change the Gamepad Index
This commit is contained in:
parent
3ef06e6c5d
commit
bb53859cba
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ namespace Ryujinx
|
||||||
{
|
{
|
||||||
//Mapping it relative to the positions of the buttons on the controller
|
//Mapping it relative to the positions of the buttons on the controller
|
||||||
|
|
||||||
GamePadState gamePad = GamePad.GetState(0);
|
GamePadState gamePad = GamePad.GetState(Config.GamePad_Index);
|
||||||
|
|
||||||
//RightButtons
|
//RightButtons
|
||||||
if (gamePad.Buttons.B == ButtonState.Pressed) CurrentButton |= HidControllerButtons.KEY_A;
|
if (gamePad.Buttons.B == ButtonState.Pressed) CurrentButton |= HidControllerButtons.KEY_A;
|
||||||
|
|
Loading…
Reference in a new issue