mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[DSP] Implement ConvertProcessAddressFromDspDram
This commit is contained in:
parent
a3431e7c9c
commit
c34011326e
2 changed files with 14 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue