summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_out_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* audio_device: Make AudioDeviceName constructor constexprLioncash2022-09-151-1/+1
| | | | | | | | These are used as read-only arrays, so we can make the data read-only and available at compile-time. Now constructing an AudioDevice no longer needs to initialize some tables
* Project AndioKelebek12022-07-221-0/+81