mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-07-05 06:42:57 +12:00
Hook DSP interface to DSP service HLE
Co-Authored-By: PSISP <12768103+psi-rockin@users.noreply.github.com>
This commit is contained in:
parent
0a51a80d91
commit
363c71e66c
6 changed files with 31 additions and 136 deletions
|
@ -55,12 +55,6 @@ void TeakraDSP::reset() {
|
|||
running = false;
|
||||
}
|
||||
|
||||
void TeakraDSP::runAudioFrame() {
|
||||
if (running) {
|
||||
teakra.Run(16384);
|
||||
}
|
||||
}
|
||||
|
||||
void TeakraDSP::writeProcessPipe(u32 channel, u32 size, u32 buffer) {
|
||||
// TODO
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue