mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 04:15:30 +00:00
CreateSoftwareRenderer fix
This commit is contained in:
parent
7386579667
commit
847df8350b
|
@ -1677,7 +1677,7 @@ namespace SDL2
|
|||
|
||||
/* IntPtr refers to an SDL_Renderer*, surface to an SDL_Surface* */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern IntPtr SDL_CreateRenderer(IntPtr surface);
|
||||
public static extern IntPtr SDL_CreateSoftwareRenderer(IntPtr surface);
|
||||
|
||||
/* IntPtr refers to an SDL_Texture*, renderer to an SDL_Renderer* */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
|
|
Loading…
Reference in a new issue