summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/Src/DSoundStream.cpp
AgeCommit message (Expand)Author
2012-01-01name all audio threads (that I know how to) for debugging, as suggested in re...nitsuja
2011-12-18give the audio thread a name (this doesn't really matter, but it was bugging me)nitsuja
2011-03-05Replaced Common::CriticalSection with a std::mutex implementation. 64bit Wind...Jordan Woyak
2011-01-31Eliminate some trampoline functions.Jordan Woyak
2011-01-28DSP plugin merge - the two DSP plugins are now gone and all the code has been...hrydgard
2011-01-27Replaced Common::Thread with a partial implementation of std::thread. (rvalue...Jordan Woyak
2011-01-13Removed my previous PanicAlert translation hack. Fixed with a better method ...Glenn Rice
2010-06-08Fixes a crash in the DirectSound back-end.skidau
2010-03-08Added a null check when stopping the DSPHLE plugin with the DSound back-end. ...skidau
2010-01-14This could alleviate the suffering of dual core synchronization a bit.ayuanx
2009-12-25Sound System Rework: Phase 2 (cont'ed)ayuanx
2009-12-23Sound System Rework: Phase 2ayuanx
2009-12-18Thread safe.ayuanx
2009-12-13Code cleanup, removed extern declaration in sound streamsayuanx
2009-12-12Improved XTra.KrazzY's Mute-On-Pause a bit, so it won't cost any CPU time whe...ayuanx
2009-12-10Fixed annoying sound when pausing/shutting down (please test for ALL backends...XTra.KrazzY
2009-11-07LUAInterface should have all its functionality now (excluding input/controlle...XTra.KrazzY
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-10Use _beginthreadexNolan Check
2009-06-03Tiny crash fix for the wiimote plugin as well as a safer check for the volume...sl1nk3.s
2009-05-18Added sound volume slider to HLE sound plugin, currently DSound only, unless ...sl1nk3.s
2009-03-28Fixed Null soundnakeee
2009-03-27Well, it should fix audio, at least on my machine.hyperiris
2009-03-26small windows compile fixnakeee
2009-03-26Attempt to move mixer to audio common, it's a bit more complicated than I exp...nakeee
2009-03-23Added project for AudioCommon.omegadox
2009-03-23Starting audio commonnakeee