mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-03 20:45:42 +00:00
INFINITY wasn't quite infinity enough
This commit is contained in:
parent
cd4064203f
commit
d5b0e14cf5
|
@ -5741,7 +5741,7 @@ namespace SDL2
|
|||
public const byte SDL_HAPTIC_SPHERICAL = 2;
|
||||
|
||||
/* SDL_HapticRunEffect */
|
||||
public const uint SDL_HAPTIC_INFINITY = 4292967295U;
|
||||
public const uint SDL_HAPTIC_INFINITY = 4294967295U;
|
||||
|
||||
[StructLayout(LayoutKind.Sequential)]
|
||||
public unsafe struct SDL_HapticDirection
|
||||
|
|
Loading…
Reference in a new issue