Use local OpenAL headers

fddload command implemented
This commit is contained in:
Cacodemon345
2021-08-25 22:34:58 +06:00
parent eb14e132a3
commit 1fa760a161
8 changed files with 2142 additions and 7 deletions

View File

@@ -26,9 +26,9 @@
# undef ALC_API
# define AL_LIBTYPE_STATIC
# define ALC_LIBTYPE_STATIC
# include "al.h"
# include "alc.h"
# include "alext.h"
# include "AL/al.h"
# include "AL/alc.h"
# include "AL/alext.h"
#include <86box/86box.h>
#include <86box/sound.h>
#include <86box/midi.h>