ExternalStorageState -> ExternalStoragePath

This commit is contained in:
Caleb Cornett 2020-06-12 16:44:05 -04:00 committed by Ethan Lee
parent a31694d145
commit f4d713f651

View file

@ -7549,7 +7549,7 @@ namespace SDL2
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
public static extern int SDL_AndroidGetExternalStorageState();
[DllImport(nativeLibName, EntryPoint = "SDL_AndroidGetExternalStorageState", CallingConvention = CallingConvention.Cdecl)]
[DllImport(nativeLibName, EntryPoint = "SDL_AndroidGetExternalStoragePath", CallingConvention = CallingConvention.Cdecl)]
private static extern IntPtr INTERNAL_SDL_AndroidGetExternalStoragePath();
public static string SDL_AndroidGetExternalStoragePath()