mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2024-12-23 03:45:37 +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. */
|
/* 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(
|
private static unsafe extern int INTERNAL_SDL_AndroidShowToast(
|
||||||
byte* message,
|
byte* message,
|
||||||
int duration,
|
int duration,
|
||||||
|
|
Loading…
Reference in a new issue