mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-06-03 12:27:21 +12:00
[DSP] Stubbing events (vol 1)
This commit is contained in:
parent
0eeff3535f
commit
7f32c3860c
4 changed files with 15 additions and 0 deletions
|
@ -191,4 +191,5 @@ public:
|
|||
}
|
||||
|
||||
void sendGPUInterrupt(GPUInterrupt type) { serviceManager.requestGPUInterrupt(type); }
|
||||
void signalDSPEvents() { serviceManager.signalDSPEvents(); }
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue