mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-21 21:05:50 +12:00
Add CSND::ExecuteCommands
This commit is contained in:
parent
8ac22e35e9
commit
46cf049e3b
5 changed files with 44 additions and 2 deletions
|
@ -103,6 +103,7 @@ class ServiceManager {
|
|||
void sendGPUInterrupt(GPUInterrupt type) { gsp_gpu.requestInterrupt(type); }
|
||||
void setGSPSharedMem(u8* ptr) { gsp_gpu.setSharedMem(ptr); }
|
||||
void setHIDSharedMem(u8* ptr) { hid.setSharedMem(ptr); }
|
||||
void setCSNDSharedMem(u8* ptr) { csnd.setSharedMemory(ptr); }
|
||||
|
||||
void signalDSPEvents() { dsp.signalEvents(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue