diff --git a/src/SDL2.cs b/src/SDL2.cs index a385b58..a15a556 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -7163,7 +7163,7 @@ namespace SDL2 [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] public static extern int SDL_AndroidGetExternalStorageState(); - [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] + [DllImport(nativeLibName, EntryPoint = "SDL_AndroidGetExternalStorageState", CallingConvention = CallingConvention.Cdecl)] private static extern IntPtr INTERNAL_SDL_AndroidGetExternalStoragePath(); public static string SDL_AndroidGetExternalStoragePath()