audio_core/hle,lle: implement SetSemaphore
This commit is contained in:
parent
4671ccf416
commit
c9736b3300
6 changed files with 18 additions and 0 deletions
|
@ -27,6 +27,10 @@ bool DspLle::RecvDataIsReady(u32 register_number) const {
|
|||
return impl->teakra.RecvDataIsReady(register_number);
|
||||
}
|
||||
|
||||
void DspLle::SetSemaphore(u16 semaphore_value) {
|
||||
impl->teakra.SetSemaphore(semaphore_value);
|
||||
}
|
||||
|
||||
DspLle::DspLle() : impl(std::make_unique<Impl>()) {}
|
||||
DspLle::~DspLle() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue