mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 22:55:40 +00:00
Fix SDL_AndroidGetExternalStorageState EntryPoint
This commit is contained in:
parent
8aa635b27f
commit
6a28ae8594
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue