Update SDL to 2.0.22.

On Android, `SDL_RWops` no longer stores a plain file descriptor,
so the `AAsset` API must be used instead:
https://developer.android.com/ndk/reference/group/asset

`HAVE_INOTIFY` is required on Linux at the moment, but the bug will be
fixed in the next SDL release.
This commit is contained in:
Joseph Cloutier
2022-05-19 17:34:20 -04:00
parent 3b4ad78b6a
commit d21847e65c
11 changed files with 658 additions and 505 deletions

View File

@@ -53,6 +53,8 @@
#define HAVE_LIBC 1
#if HAVE_LIBC
#define HAVE_INOTIFY 1
/* Useful headers */
#define HAVE_ALLOCA_H 1
#define HAVE_SYS_TYPES_H 1