mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 23:25:40 +00:00
2.0.20 changes
This commit is contained in:
parent
83205d8921
commit
b35aaa494e
|
@ -729,6 +729,10 @@ namespace SDL2
|
|||
public const string SDL_HINT_LINUX_JOYSTICK_CLASSIC =
|
||||
"SDL_LINUX_JOYSTICK_CLASSIC";
|
||||
|
||||
/* Only available in 2.0.20 or higher. */
|
||||
public const string SDL_HINT_RENDER_LINE_METHOD =
|
||||
"SDL_RENDER_LINE_METHOD";
|
||||
|
||||
public enum SDL_HintPriority
|
||||
{
|
||||
SDL_HINT_DEFAULT,
|
||||
|
|
Loading…
Reference in a new issue