mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-07 04:34:48 +12:00
Merge pull request #566 from wheremyfoodat/hle-dsp
Fixing remaining HLE DSP hangs
This commit is contained in:
commit
0cf5687e64
7 changed files with 85 additions and 26 deletions
|
@ -167,7 +167,7 @@ void Emulator::pollScheduler() {
|
|||
|
||||
case Scheduler::EventType::UpdateTimers: kernel.pollTimers(); break;
|
||||
case Scheduler::EventType::RunDSP: {
|
||||
dsp->runAudioFrame();
|
||||
dsp->runAudioFrame(time);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue