mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 14:15:41 +12:00
Fix HLE__DSP::RecvData
This commit is contained in:
parent
d0f13de4c5
commit
e557bd2976
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue