summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/XAudio2Stream.cpp
AgeCommit message (Expand)Author
2011-03-15A bit of cleanup to Core Init/Stop, Frame, and Main. Cleanup XAudio2 to attem...Jordan Woyak
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-01-13Removed my previous PanicAlert translation hack. Fixed with a better method ...Glenn Rice
2010-12-29DX9/DX11: Fixing some maybe possible crashes if a game was started, the confi...NeoBrainX
2010-11-14Some compiler warnings and eol-style.Soren Jorvang
2010-11-10Added XAudio2 backend.mylek4