fix sdl3 motion
This commit is contained in:
4
src/Ryujinx.Input.SDL3/GamepadInfo.cs
Normal file
4
src/Ryujinx.Input.SDL3/GamepadInfo.cs
Normal file
@@ -0,0 +1,4 @@
|
||||
namespace Ryujinx.Input.SDL3
|
||||
{
|
||||
public record GamepadInfo(string driverId, nint gamepadHandle);
|
||||
}
|
||||
Reference in New Issue
Block a user