[DSP] Add UnloadComponent

This commit is contained in:
wheremyfoodat
2023-06-03 01:24:51 +03:00
parent fdeb45d188
commit 433fcc9b69
2 changed files with 16 additions and 3 deletions
+1
View File
@@ -94,6 +94,7 @@ class DSPService {
void registerInterruptEvents(u32 messagePointer);
void setSemaphore(u32 messagePointer);
void setSemaphoreMask(u32 messagePointer);
void unloadComponent(u32 messagePointer);
void writeProcessPipe(u32 messagePointer);
public: