summaryrefslogtreecommitdiff
path: root/src/sound/xaudio2_s.cpp
AgeCommit message (Collapse)Author
2020-06-05Codechange: remove #ifdef from .cpp files to exclude featuresPatric Stout
With CMake, these files are simply not compiled to start with.
2020-05-21Codechange: Use std::string in the driver and blitter selection code.Michael Lutz
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2019-04-10Codechange: Use null pointer literal instead of the NULL macroHenry Wilson
2018-05-17Feature: Add XAudio2 driverOwen Rudge