Commit eb4ee0b1 authored by David Reid's avatar David Reid

Update test program.

parent f5f27498
...@@ -34,6 +34,7 @@ mal_backend g_Backends[] = { ...@@ -34,6 +34,7 @@ mal_backend g_Backends[] = {
mal_backend_alsa, mal_backend_alsa,
mal_backend_jack, mal_backend_jack,
mal_backend_opensl, mal_backend_opensl,
mal_backend_webaudio,
mal_backend_openal, mal_backend_openal,
#ifndef __linux__ #ifndef __linux__
mal_backend_sdl, // <-- SDL doesn't work properly for me on Linux due to a deadlock when enumerating capture devices when none are connected. Disabling for now. mal_backend_sdl, // <-- SDL doesn't work properly for me on Linux due to a deadlock when enumerating capture devices when none are connected. Disabling for now.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment