From a0e5997b15912d347238491c8eeb23deccf66ffb Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 4 Nov 2017 22:12:38 +1000 Subject: [PATCH] Update documentation to accurately reflect backend priorities. --- mini_al.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini_al.h b/mini_al.h index 89ba4fdb..002aac06 100644 --- a/mini_al.h +++ b/mini_al.h @@ -16,8 +16,8 @@ // supported in the interest of keeping the library as small and light-weight as possible. // // Supported Backends: -// - DirectSound // - WASAPI +// - DirectSound // - WinMM // - ALSA // - OSS