Initial Android OpenSL ES implementation, contributed by ANTA

This commit is contained in:
Sam Lantinga 2019-01-12 12:18:44 -08:00
parent 35dbd136d9
commit 57c735236b
6 changed files with 622 additions and 1 deletions

View file

@ -130,6 +130,7 @@
/* Enable various audio drivers */
#define SDL_AUDIO_DRIVER_ANDROID 1
#define SDL_AUDIO_DRIVER_OPENSLES 1
#define SDL_AUDIO_DRIVER_DUMMY 1
/* Enable various input drivers */