mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-05-01 11:56:32 +00:00
Add SDL_SetMainReady
This commit is contained in:
parent
9f0949be21
commit
0d5195c00c
|
@ -78,6 +78,13 @@ namespace SDL2
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region SDL_main.h
|
||||||
|
|
||||||
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
|
public static extern void SDL_SetMainReady();
|
||||||
|
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region SDL.h
|
#region SDL.h
|
||||||
|
|
||||||
public const uint SDL_INIT_TIMER = 0x00000001;
|
public const uint SDL_INIT_TIMER = 0x00000001;
|
||||||
|
|
Loading…
Reference in a new issue