mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-16 16:53:57 +12:00
[DSP] Add UnloadComponent
This commit is contained in:
parent
fdeb45d188
commit
433fcc9b69
2 changed files with 16 additions and 3 deletions
include/services
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue