mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-07 18:16:23 +00:00
Externals: Fix OpenAL include directory.
This commit is contained in:
parent
fc0df37d94
commit
9fd1385733
3 changed files with 8 additions and 3 deletions
|
@ -13,9 +13,9 @@
|
|||
#include "Core/HW/SystemTimers.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#include <OpenAL/include/al.h>
|
||||
#include <OpenAL/include/alc.h>
|
||||
#include <OpenAL/include/alext.h>
|
||||
#include <al.h>
|
||||
#include <alc.h>
|
||||
#include <alext.h>
|
||||
|
||||
// OpenAL requires a minimum of two buffers, three or more recommended
|
||||
#define OAL_BUFFERS 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue