summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_out_manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rework ADSP into a wrapper for appsKelebek12023-09-041-1/+1
|
* hle: rename legacy errors to ResultsLiam2023-03-071-1/+1
|
* 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