From f4d713f651c1cb0e44b3e602c964e95bdace3c13 Mon Sep 17 00:00:00 2001 From: Caleb Cornett Date: Fri, 12 Jun 2020 16:44:05 -0400 Subject: [PATCH] ExternalStorageState -> ExternalStoragePath --- src/SDL2.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL2.cs b/src/SDL2.cs index d47628e..3a1dbef 100644 --- a/src/SDL2.cs +++ b/src/SDL2.cs @@ -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()