summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/command/data_source/decode.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-19Core: Clang format and other small issues.Fernando Sahmkow1-1/+1
2024-01-19SMMU: Initial adaptation to video_core.Fernando Sahmkow1-0/+1
2023-09-08Fix data source version 1 command loopingKelebek11-52/+54
2023-09-04Rework ADSP into a wrapper for appsKelebek11-3/+3
2023-07-03Use spans over guest memory where possible instead of copying data.Kelebek11-11/+10
2023-06-22Remove memory allocations in some hot pathsKelebek11-12/+11
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-4/+4
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-4/+4
2022-07-22Project AndioKelebek11-0/+428