summaryrefslogtreecommitdiffstats
path: root/src/audio_core/renderer/adsp/adsp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* core_timing: Use CNTPCT as the guest CPU tickMorph2023-06-081-1/+0
| | | | | Previously, we were mixing the raw CPU frequency and CNTFRQ. The raw CPU frequency (1020 MHz) should've never been used as CNTPCT (whose frequency is CNTFRQ) is the only counter available.
* memory: rename global memory references to application memoryLiam2023-03-241-1/+1
|
* audio_renderer: Pass command buffer by const referenceLioncash2022-09-161-1/+1
| | | | This is just being copied and isn't modified at all.
* Project AndioKelebek12022-07-221-0/+118