fix: add missing implementation
This commit is contained in:
parent
ceaaf4137c
commit
b33fe6facc
@ -275,6 +275,10 @@ namespace Ryujinx.Input.SDL2
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void SetLed(uint packedRgb)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
public GamepadStateSnapshot GetStateSnapshot()
|
public GamepadStateSnapshot GetStateSnapshot()
|
||||||
{
|
{
|
||||||
return IGamepad.GetStateSnapshot(this);
|
return IGamepad.GetStateSnapshot(this);
|
||||||
|
@ -96,6 +96,10 @@ namespace Ryujinx.Input.SDL2
|
|||||||
right.SetConfiguration(configuration);
|
right.SetConfiguration(configuration);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void SetLed(uint packedRgb)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
public void SetTriggerThreshold(float triggerThreshold)
|
public void SetTriggerThreshold(float triggerThreshold)
|
||||||
{
|
{
|
||||||
left.SetTriggerThreshold(triggerThreshold);
|
left.SetTriggerThreshold(triggerThreshold);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user