mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-03-04 21:49:40 +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* */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern int SDL_RendererGetViewport(
|
||||
public static extern int SDL_RenderGetViewport(
|
||||
IntPtr renderer,
|
||||
out SDL_Rect rect
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue