mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-23 16:54:03 +02:00
Fix compilation error on Emscripten.
This commit is contained in:
+1
-2
@@ -6110,7 +6110,6 @@ static void ma_sleep(ma_uint32 milliseconds)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(MA_EMSCRIPTEN)
|
|
||||||
static MA_INLINE void ma_yield()
|
static MA_INLINE void ma_yield()
|
||||||
{
|
{
|
||||||
#if defined(__i386) || defined(_M_IX86) || defined(__x86_64__) || defined(_M_X64)
|
#if defined(__i386) || defined(_M_IX86) || defined(__x86_64__) || defined(_M_X64)
|
||||||
@@ -6136,7 +6135,6 @@ static MA_INLINE void ma_yield()
|
|||||||
/* Unknown or unsupported architecture. No-op. */
|
/* Unknown or unsupported architecture. No-op. */
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -61933,6 +61931,7 @@ REVISION HISTORY
|
|||||||
================
|
================
|
||||||
v0.10.13 - TBD
|
v0.10.13 - TBD
|
||||||
- Fix some potential buffer overflow errors with channel maps when channel counts are greater than MA_MAX_CHANNELS.
|
- Fix some potential buffer overflow errors with channel maps when channel counts are greater than MA_MAX_CHANNELS.
|
||||||
|
- Fix compilation error on Emscripten.
|
||||||
|
|
||||||
v0.10.12 - 2020-07-04
|
v0.10.12 - 2020-07-04
|
||||||
- Fix compilation errors on the iOS build.
|
- Fix compilation errors on the iOS build.
|
||||||
|
|||||||
Reference in New Issue
Block a user