summaryrefslogtreecommitdiff
path: root/src/audio_core/renderer/system.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: rewrite IAudioRendererManagerGravatar Liam2024-02-201-5/+5
* Use the input process handle to get the correct application's memoryGravatar Kelebek12024-01-281-3/+7
* Do not consider voice commands in time estimation, fix adpcm estimateGravatar Kelebek12023-09-181-4/+6
* Do not reset the command buffer command count each timeGravatar Kelebek12023-09-071-11/+5
* Rework ADSP into a wrapper for appsGravatar Kelebek12023-09-041-16/+16
* Fix node id index in DropVoicesGravatar Kelebek12023-08-281-1/+1
* Remove memory allocations in some hot pathsGravatar Kelebek12023-06-221-0/+1
* Wait for the terminate event before destroying a system instanceGravatar Kelebek12023-05-011-4/+1
* memory: rename global memory references to application memoryGravatar Liam2023-03-231-2/+1
* hle: rename legacy errors to ResultsGravatar Liam2023-03-061-25/+25
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-1/+1
* Update audio_core for firmware 15.0.0Gravatar Kelebek12022-10-191-31/+54
* kernel: remove KWritableEventGravatar Liam2022-10-121-2/+2
* Project AndioGravatar Kelebek12022-07-221-0/+802