mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-22 22:55:40 +00:00
Add missing EntryPoint for SDL_AndroidShowToast
This commit is contained in:
parent
904eed3cb0
commit
5df88baf4b
|
@ -8137,7 +8137,7 @@ namespace SDL2
|
|||
}
|
||||
|
||||
/* Only available in 2.0.16 or higher. */
|
||||
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
[DllImport(nativeLibName, EntryPoint = "SDL_AndroidShowToast", CallingConvention = CallingConvention.Cdecl)]
|
||||
private static unsafe extern int INTERNAL_SDL_AndroidShowToast(
|
||||
byte* message,
|
||||
int duration,
|
||||
|
|
Loading…
Reference in a new issue