mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 04:25:34 +00:00
Adding missing hint to handle scale quality
This commit is contained in:
parent
1459270321
commit
078ef09a09
|
@ -209,6 +209,8 @@ namespace SDL2
|
|||
"SDL_JOYSTICK_ALLOW_BACKGROUND_EVENTS";
|
||||
public const string SDL_HINT_ALLOW_TOPMOST =
|
||||
"SDL_ALLOW_TOPMOST";
|
||||
public const string SDL_HINT_RENDER_SCALE_QUALITY =
|
||||
"SDL_HINT_RENDER_SCALE_QUALITY";
|
||||
|
||||
public enum SDL_HintPriority
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue