summaryrefslogtreecommitdiffstats
path: root/src/audio_core/audio_in_manager.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-04Rework ADSP into a wrapper for appsKelebek11-1/+1
2023-03-07hle: rename legacy errors to ResultsLiam1-1/+1
2022-09-15audio_device: Make AudioDeviceName constructor constexprLioncash1-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
2022-07-22Project AndioKelebek11-0/+91