Add headers required by XAudio2_7 to externals.

This makes all builds' audio compatible with downlevel Windows and removes
the need for developers to install the June 2010 DirectX SDK.
This commit is contained in:
Shawn Hoffman
2014-08-22 18:18:37 -07:00
parent f964a282e1
commit 1332805bb6
9 changed files with 2347 additions and 46 deletions

View File

@ -5,10 +5,11 @@
// This audio backend uses XAudio2 via XAudio2_7.dll
// This version of the library is included in the June 2010 DirectX SDK and
// works on all versions of Windows, however the SDK and/or redist must be
// seperately installed.
// separately installed.
// Therefore this backend is available iff:
// * SDK is available at compile-time
// * runtime dll is available at runtime
// Dolphin ships the relevant SDK headers in Externals, so it's always available.
#pragma once