mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-20 20:49:12 +12:00
HLE DSP: Handle cycle drifting
This commit is contained in:
parent
e666afd1a3
commit
85bae2e94e
7 changed files with 22 additions and 13 deletions
|
@ -27,7 +27,7 @@ namespace Audio {
|
|||
~NullDSP() override {}
|
||||
|
||||
void reset() override;
|
||||
void runAudioFrame() override;
|
||||
void runAudioFrame(u64 eventTimestamp) override;
|
||||
|
||||
u8* getDspMemory() override { return dspRam.data(); }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue