Fix homebrew input (#528)

* fix homebrew input
This commit is contained in:
emmauss 2018-12-07 22:59:38 +02:00 committed by GitHub
parent 5b4382f459
commit f1529b1bc2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 1 deletions

View file

@ -39,7 +39,7 @@ namespace Ryujinx.HLE.Input
PrimaryController.Connect(controllerId);
}
private HidControllerButtons UpdateStickButtons(
public HidControllerButtons UpdateStickButtons(
HidJoystickPosition leftStick,
HidJoystickPosition rightStick)
{