mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-22 00:06:59 +02:00
AAudio: Increase default min SDK version from 26 to 27.
Use `#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 26` if you need to support SDK version 26.
This commit is contained in:
+1
-1
@@ -17946,7 +17946,7 @@ DEVICE I/O
|
|||||||
|
|
||||||
/* This must be set to at least 26. */
|
/* This must be set to at least 26. */
|
||||||
#ifndef MA_AAUDIO_MIN_ANDROID_SDK_VERSION
|
#ifndef MA_AAUDIO_MIN_ANDROID_SDK_VERSION
|
||||||
#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 26
|
#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 27
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user