vendor/miniaudio: update to 0.11.22

This commit is contained in:
Laytan
2025-05-16 15:58:27 +02:00
committed by laytan
parent d3159f74cd
commit 53a9ecb577
13 changed files with 1462 additions and 550 deletions
+5
View File
@@ -62,6 +62,11 @@ when !NO_THREADING {
Signals the specified auto-reset event.
*/
event_signal :: proc(pEvent: ^event) -> result ---
semaphore_init :: proc(initialValue: i32, pSemaphore: ^semaphore) -> result ---
semaphore_uninit :: proc(pSemaphore: ^semaphore) ---
semaphore_wait :: proc(pSemaphore: ^semaphore) -> result ---
semaphore_release :: proc(pSemaphore: ^semaphore) -> result ---
} /* NO_THREADING */
}