summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/performance (follow)
Commit message (Collapse)AuthorAgeFilesLines
* general: fix spelling mistakesLiam2023-03-123-6/+6
|
* audio_core: remove explicitly defaulted and implicitly deleted constructorsLiam2022-12-102-2/+0
|
* Add break for default casesKyle Kienapfel2022-11-141-0/+1
| | | | | | | | | | | Visual Studio has an option to search all files in a solution, so I did a search in there for "default:" looking for any missing break statements. I've left out default statements that return something, and that throw something, even if via ThrowInvalidType. UNREACHABLE leads towards throw R_THROW macro leads towards a return
* audio_core: Amend documentation tagsLioncash2022-09-151-3/+5
| | | | | Resolves a wackload of -Wdocumentation warnings due to mismatching tags and whatnot.
* Project AndioKelebek12022-07-2210-0/+1171