|
|
|
@ -20,6 +20,8 @@ static void AudioTickCallback(u64 /*userdata*/, int cycles_late) { |
|
|
|
if (DSP::HLE::Tick()) { |
|
|
|
// TODO(merry): Signal all the other interrupts as appropriate.
|
|
|
|
DSP_DSP::SignalPipeInterrupt(DSP::HLE::DspPipe::Audio); |
|
|
|
// HACK(merry): Added to prevent regressions. Will remove soon.
|
|
|
|
DSP_DSP::SignalPipeInterrupt(DSP::HLE::DspPipe::Binary); |
|
|
|
} |
|
|
|
|
|
|
|
// Reschedule recurrent event
|
|
|
|
|