Browse Source

Update mini_al to latest version (Web Audio / AAudio backends)

pull/711/head
raysan5 6 years ago
parent
commit
9740b1eb70
2 changed files with 1837 additions and 765 deletions
  1. +1
    -0
      src/external/mini_al.c
  2. +1836
    -765
      src/external/mini_al.h

+ 1
- 0
src/external/mini_al.c View File

@ -3,5 +3,6 @@
#define MINI_AL_IMPLEMENTATION
#define MAL_NO_JACK
#define MAL_NO_OPENAL
#define MAL_NO_SDL
//#define MAL_NO_NULL
#include "mini_al.h"

+ 1836
- 765
src/external/mini_al.h
File diff suppressed because it is too large
View File


Loading…
Cancel
Save