mirror of
https://github.com/RPCS3/rpcs3
synced 2024-11-02 10:51:44 +00:00
XAudio2: Update from 1.2.8 to 1.2.9
This commit is contained in:
parent
18d73d6d76
commit
d1e5828644
3 changed files with 1276 additions and 1275 deletions
|
@ -60,7 +60,7 @@
|
||||||
#include <objbase.h> // Windows COM declarations
|
#include <objbase.h> // Windows COM declarations
|
||||||
#include <sal.h> // Markers for documenting API semantics
|
#include <sal.h> // Markers for documenting API semantics
|
||||||
#include <mmreg.h> // Basic data types and constants for audio work
|
#include <mmreg.h> // Basic data types and constants for audio work
|
||||||
#include <audiosessiontypes.h> // For AUDIO_STREAM_CATEGORY
|
#include <AudioSessionTypes.h> // For AUDIO_STREAM_CATEGORY
|
||||||
|
|
||||||
// The Windows 7 version of audiosessiontypes.h does not define AUDIO_STREAM_CATEGORY, so if we are targeting
|
// The Windows 7 version of audiosessiontypes.h does not define AUDIO_STREAM_CATEGORY, so if we are targeting
|
||||||
// Windows 7 we might have to define it here, depending on which SDK is used.
|
// Windows 7 we might have to define it here, depending on which SDK is used.
|
||||||
|
@ -1273,3 +1273,4 @@ XAUDIO2_STDAPI XAudio2Create(_Outptr_ IXAudio2** ppXAudio2, UINT32 Flags X2DEFAU
|
||||||
#endif // #ifndef GUID_DEFS_ONLY
|
#endif // #ifndef GUID_DEFS_ONLY
|
||||||
|
|
||||||
#endif // #ifndef __XAUDIO2_INCLUDED__
|
#endif // #ifndef __XAUDIO2_INCLUDED__
|
||||||
|
|
||||||
|
|
BIN
3rdparty/XAudio2Redist/libs/xaudio2_9redist.lib
vendored
BIN
3rdparty/XAudio2Redist/libs/xaudio2_9redist.lib
vendored
Binary file not shown.
Binary file not shown.
Loading…
Reference in a new issue