mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Re-arrange the default backend priorities.
This commit is contained in:
@@ -7297,8 +7297,8 @@ mal_result mal_context_init(mal_backend backends[], mal_uint32 backendCount, mal
|
||||
|
||||
static mal_backend defaultBackends[] = {
|
||||
mal_backend_wasapi,
|
||||
mal_backend_winmm,
|
||||
mal_backend_dsound,
|
||||
mal_backend_winmm,
|
||||
mal_backend_alsa,
|
||||
mal_backend_oss,
|
||||
mal_backend_opensl,
|
||||
|
||||
Reference in New Issue
Block a user