aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/null.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use a std::string for the device nameChris Robinson2018-11-181-2/+1
|
* Don't pass the current thread to althrd_setnameChris Robinson2018-11-171-1/+1
|
* Simplify a couple checksChris Robinson2018-11-151-8/+2
|
* Start a new backend factory APIChris Robinson2018-11-151-55/+36
| | | | | Using proper class inheritance. Be aware this breaks all backends except null (and loopback). They will be restored individually in due time.
* Use a regular char* for the device's nameChris Robinson2018-11-151-1/+2
|
* Use std::string instead of al_string for enumeratingChris Robinson2018-11-151-3/+5
|
* Use C++ threads in the null and wave backendsChris Robinson2018-11-111-13/+17
|
* Use standard timing methods for the null and wave backendsChris Robinson2018-11-101-27/+30
|
* Convert the null backend to C++Chris Robinson2018-11-091-0/+232