Add CSND::ExecuteCommands

This commit is contained in:
wheremyfoodat 2023-09-10 23:00:26 +03:00
parent 8ac22e35e9
commit 46cf049e3b
5 changed files with 44 additions and 2 deletions

View file

@ -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(); }