fix: add missing implementation

This commit is contained in:
madwind 2025-03-06 17:02:47 +08:00
parent ceaaf4137c
commit b33fe6facc
2 changed files with 8 additions and 0 deletions

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);