audio_core/hle,lle: implement SetSemaphore
This commit is contained in:
parent
4671ccf416
commit
c9736b3300
6 changed files with 18 additions and 0 deletions
|
@ -375,6 +375,10 @@ bool DspHle::RecvDataIsReady(u32 register_number) const {
|
|||
return impl->RecvDataIsReady(register_number);
|
||||
}
|
||||
|
||||
void DspHle::SetSemaphore(u16 semaphore_value) {
|
||||
// Do nothing in HLE
|
||||
}
|
||||
|
||||
std::vector<u8> DspHle::PipeRead(DspPipe pipe_number, u32 length) {
|
||||
return impl->PipeRead(pipe_number, length);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue