fix android sound

This commit is contained in:
Antonis Geralis 2023-01-20 20:24:18 +02:00
parent 116603e61c
commit b76e3fb4b1

View File

@ -3801,7 +3801,7 @@ typedef ma_uint16 wchar_t;
#ifdef __APPLE__ #ifdef __APPLE__
#define MA_APPLE #define MA_APPLE
#endif #endif
#ifdef __ANDROID__ #if defined(ANDROID) || defined(__ANDROID__)
#define MA_ANDROID #define MA_ANDROID
#endif #endif
#ifdef __EMSCRIPTEN__ #ifdef __EMSCRIPTEN__