mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-04-19 22:01:51 +00:00
Grumble, C# structs...
This commit is contained in:
parent
a9f3447df3
commit
482319f9b0
|
@ -4104,8 +4104,8 @@ namespace SDL2
|
|||
// Replay
|
||||
public uint length;
|
||||
// Rumble
|
||||
ushort large_magnitude;
|
||||
ushort small_magnitude;
|
||||
public ushort large_magnitude;
|
||||
public ushort small_magnitude;
|
||||
}
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
|
|
Loading…
Reference in a new issue