Merge pull request #563 from wheremyfoodat/wheremyfoodat-patch-2
Fix HLE__DSP::RecvData
This commit is contained in:
@@ -110,7 +110,7 @@ namespace Audio {
|
|||||||
Helpers::panic("Audio: invalid register in HLE frontend");
|
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) {
|
void HLE_DSP::writeProcessPipe(u32 channel, u32 size, u32 buffer) {
|
||||||
|
|||||||
Reference in New Issue
Block a user