aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/dsound.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a std::string for the device nameChris Robinson2018-11-181-6/+2
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-4/+4
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-1/+1
* Convert the DSound backend factoryChris Robinson2018-11-151-90/+64
* Use a regular char* for the device's nameChris Robinson2018-11-151-2/+4
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-5/+3
* Avoid calling through the vtable in the backendsChris Robinson2018-11-131-8/+8
* Hide function pointer wrapper macros for IDE parsingChris Robinson2018-11-071-0/+2
* Use the proper enum values for atomic opsChris Robinson2018-11-061-3/+3
* Convert the DSound backend to C++Chris Robinson2018-11-061-0/+1051