aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/sdl2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a std::string for the device nameChris Robinson2018-11-181-3/+1
* Avoid more cases of an enum variable and type name clashChris Robinson2018-11-181-2/+2
* Convert the SDL2 backend factoryChris Robinson2018-11-151-35/+12
* 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-7/+5
* Convert the SDL2 backend to C++Chris Robinson2018-11-121-0/+291