Fix SDL_AndroidGetExternalStorageState EntryPoint

This commit is contained in:
Ethan Lee 2020-01-08 12:46:35 -05:00
parent 8aa635b27f
commit 6a28ae8594

View file

@ -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()