[DSP] Stubbing events (vol 1)

This commit is contained in:
wheremyfoodat 2023-04-24 23:42:49 +03:00
parent 0eeff3535f
commit 7f32c3860c
4 changed files with 15 additions and 0 deletions

View file

@ -191,4 +191,5 @@ public:
}
void sendGPUInterrupt(GPUInterrupt type) { serviceManager.requestGPUInterrupt(type); }
void signalDSPEvents() { serviceManager.signalDSPEvents(); }
};