[DSP] Implement ConvertProcessAddressFromDspDram

This commit is contained in:
wheremyfoodat 2022-10-10 22:33:38 +03:00
parent a3431e7c9c
commit c34011326e
2 changed files with 14 additions and 2 deletions

View file

@ -49,6 +49,7 @@ class DSPService {
DSPPipe audioPipe;
// Service functions
void convertProcessAddressFromDspDram(u32 messagePointer); // Nice function name
void getSemaphoreHandle(u32 messagePointer);
void loadComponent(u32 messagePointer);
void readPipeIfPossible(u32 messagePointer);