mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-09-15 19:27:11 +00:00
ExternalStorageState -> ExternalStoragePath
This commit is contained in:
parent
a31694d145
commit
f4d713f651
|
@ -7549,7 +7549,7 @@ namespace SDL2
|
||||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||||
public static extern int SDL_AndroidGetExternalStorageState();
|
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();
|
private static extern IntPtr INTERNAL_SDL_AndroidGetExternalStoragePath();
|
||||||
|
|
||||||
public static string SDL_AndroidGetExternalStoragePath()
|
public static string SDL_AndroidGetExternalStoragePath()
|
||||||
|
|
Loading…
Reference in a new issue