AAudio: Fix ma_device_get_info() implementation

This commit is contained in:
Matthieu Bouron
2024-06-04 11:44:32 +02:00
committed by David Reid
parent 35215b266c
commit fc45d8ca06
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -10,6 +10,7 @@ v0.11.22 - TBD
* Web: Fix an error with the unlocked notification when compiling as C++.
* Web: Fix a JavaScript error when initializing and then uninitializing a context before any interactivity.
* AAudio: The default minimum SDK version has been increased from 26 to 27 when enabling AAudio. If you need to support version 26, you can use `#define MA_AAUDIO_MIN_ANDROID_SDK_VERSION 26`.
* AAudio: Fix ma_device_get_info() implementation
v0.11.21 - 2023-11-15