aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/dsound.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove extraneous typedef, struct, and enum keywordsChris Robinson2018-12-241-2/+2
* Use a normal delete instead of ll_ringbuffer_freeChris Robinson2018-12-221-13/+9
* Use inline methods for the device format sizesChris Robinson2018-12-191-6/+6
* Fix some MSVC conversion warningsChris Robinson2018-12-121-3/+3
* Avoid using ATOMIC_LOAD on ALCdevice::ConnectedChris Robinson2018-11-261-2/+2
* Rename some struct membersChris Robinson2018-11-261-7/+7
* Replace remaining uses of std::vector with al::vectorChris Robinson2018-11-241-4/+4
* Make ll_ringbuffer_write/read take void*/const void*Chris Robinson2018-11-191-5/+3
* 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