diff --git a/src/SDL2.cs b/src/SDL2.cs index 5274c00..c74e236 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -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)]