diff options
| author | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-03-18 13:51:20 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@gmail.com> | 2014-03-18 13:51:20 -0500 |
| commit | eac11b7625e1f823977641db8983edf0fd8e87a1 (patch) | |
| tree | 45e4358b2fb81f628224239e82fbcb8a0cc5426c /Source/Core/AudioCommon/XAudio2_7Stream.cpp | |
| parent | fab2808e5cfb395e66936cfd8b1cc339f301a47e (diff) | |
| parent | aecc8ea6665d5f55f8b39d2ba0bab719ec6712a7 (diff) | |
Merge pull request #190 from lioncash/stream-final
Minor audio stream changes.
Diffstat (limited to 'Source/Core/AudioCommon/XAudio2_7Stream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/XAudio2_7Stream.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/AudioCommon/XAudio2_7Stream.cpp b/Source/Core/AudioCommon/XAudio2_7Stream.cpp index ea2e43708d..816d83d47b 100644 --- a/Source/Core/AudioCommon/XAudio2_7Stream.cpp +++ b/Source/Core/AudioCommon/XAudio2_7Stream.cpp @@ -260,8 +260,6 @@ void XAudio2_7::Stop() } } -bool XAudio2_7::usesMixer() const { return true; } - #else struct StreamingVoiceContext2_7 {}; @@ -283,7 +281,6 @@ void XAudio2_7::Stop() {} void XAudio2_7::Update() {} void XAudio2_7::Clear(bool mute) {} void XAudio2_7::SetVolume(int volume) {} -bool XAudio2_7::usesMixer() const { return false; } bool XAudio2_7::InitLibrary() { return false; } #endif |
