mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-22 02:09:06 +00:00
OpenAL for Windows initial commit
This commit is contained in:
parent
7a95713496
commit
6df1dacca8
16 changed files with 2445 additions and 23 deletions
|
@ -81,8 +81,9 @@ private:
|
|||
#define GC_ALIGNED16_DECL(x) __declspec(align(16)) x
|
||||
#define GC_ALIGNED64_DECL(x) __declspec(align(64)) x
|
||||
|
||||
// Since it is always around on windows
|
||||
// Since they are always around on windows
|
||||
#define HAVE_WX 1
|
||||
#define HAVE_OPENAL 1
|
||||
|
||||
#define HAVE_PORTAUDIO 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue