mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-02-02 04:11:04 +00:00
Revert "SDL_GL_SwapWindow now returns int"
This reverts commit cf7a5fa2a1
.
This commit is contained in:
parent
cf7a5fa2a1
commit
f7dbc10af5
|
@ -1603,7 +1603,7 @@ namespace SDL2
|
|||
|
||||
/* window refers to an SDL_Window* */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern int SDL_GL_SwapWindow(IntPtr window);
|
||||
public static extern void SDL_GL_SwapWindow(IntPtr window);
|
||||
|
||||
/* texture refers to an SDL_Texture* */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
|
Loading…
Reference in a new issue