Fix an error when the channel mask reported by Windows is all zero.

Public issue https://github.com/mackron/miniaudio/issues/493
This commit is contained in:
David Reid
2022-07-16 07:21:07 +10:00
parent 513c436b1a
commit ad1171b2f3
2 changed files with 8 additions and 9 deletions
+1
View File
@@ -2,6 +2,7 @@ v0.11.10 - TBD
=====================
* Add support for setting the device notification callback when initializing an engine object.
* Fix a crash when initializing a channel converter.
* Win32: Fix an error when the channel mask reported by Windows is all zero.
v0.11.9 - 2022-04-20