fix android sound
This commit is contained in:
parent
116603e61c
commit
b76e3fb4b1
2
src/external/miniaudio.h
vendored
2
src/external/miniaudio.h
vendored
|
|
@ -3801,7 +3801,7 @@ typedef ma_uint16 wchar_t;
|
|||
#ifdef __APPLE__
|
||||
#define MA_APPLE
|
||||
#endif
|
||||
#ifdef __ANDROID__
|
||||
#if defined(ANDROID) || defined(__ANDROID__)
|
||||
#define MA_ANDROID
|
||||
#endif
|
||||
#ifdef __EMSCRIPTEN__
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user