mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-03-05 01:29:47 +00:00
Fix SDL_RenderGetViewport entry
This commit is contained in:
parent
7a4820d660
commit
fe8cf68230
|
@ -1313,7 +1313,7 @@ namespace SDL2
|
||||||
|
|
||||||
/* renderer refers to an SDL_Renderer* */
|
/* renderer refers to an SDL_Renderer* */
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern int SDL_RendererGetViewport(
|
public static extern int SDL_RenderGetViewport(
|
||||||
IntPtr renderer,
|
IntPtr renderer,
|
||||||
out SDL_Rect rect
|
out SDL_Rect rect
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue