Fix HLE__DSP::RecvData

This commit is contained in:
wheremyfoodat 2024-07-28 19:03:05 +03:00 committed by GitHub
parent d0f13de4c5
commit e557bd2976
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -110,7 +110,7 @@ namespace Audio {
Helpers::panic("Audio: invalid register in HLE frontend");
}
return dspState == DSPState::On;
return dspState != DSPState::On;
}
void HLE_DSP::writeProcessPipe(u32 channel, u32 size, u32 buffer) {