summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2019-08-24 10:11:32 +0200
committerRay <[email protected]>2019-08-24 10:11:32 +0200
commit061294e4d174f684c77d479e4fb461f4bff844ef (patch)
treef06e1e1ecf243e562430cac37dcc9fef4f82073e
parent20fa362700cd5eefb9eeb196711dfbec5a73f8ab (diff)
downloadraylib-061294e4d174f684c77d479e4fb461f4bff844ef.tar.gz
raylib-061294e4d174f684c77d479e4fb461f4bff844ef.zip
Update miniaudio.h
-rw-r--r--src/external/miniaudio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/external/miniaudio.h b/src/external/miniaudio.h
index 528ff574..7eb4beee 100644
--- a/src/external/miniaudio.h
+++ b/src/external/miniaudio.h
@@ -1,6 +1,6 @@
/*
Audio playback and capture library. Choice of public domain or MIT-0. See license statements at the end of this file.
-miniaudio (formerly mini_al) - v0.9.6 - 2019-xx-xx
+miniaudio (formerly mini_al) - v0.9.6 - 2019-08-04
David Reid - [email protected]
@@ -33361,7 +33361,7 @@ Device
/*
REVISION HISTORY
================
-v0.9.6 - 2019-xx-xx
+v0.9.6 - 2019-08-04
- Add support for loading decoders using a wchar_t string for file paths.
- Don't trigger an assert when ma_device_start() is called on a device that is already started. This will now log a warning
and return MA_INVALID_OPERATION. The same applies for ma_device_stop().