Add a virtual controller to merge Joy-Cons. #434

Open
madwind wants to merge 34 commits from madwind/master into master
2 changed files with 8 additions and 0 deletions
Showing only changes of commit b33fe6facc - Show all commits

View File

@ -275,6 +275,10 @@ namespace Ryujinx.Input.SDL2
}
}
public void SetLed(uint packedRgb)
{
}
public GamepadStateSnapshot GetStateSnapshot()
{
return IGamepad.GetStateSnapshot(this);

View File

@ -96,6 +96,10 @@ namespace Ryujinx.Input.SDL2
right.SetConfiguration(configuration);
}
public void SetLed(uint packedRgb)
{
}
public void SetTriggerThreshold(float triggerThreshold)
{
left.SetTriggerThreshold(triggerThreshold);