mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +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. */
|
||||
#ifndef MA_AAUDIO_MIN_ANDROID_SDK_VERSION
|
||||
#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 26
|
||||
#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 27
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user