audio_core/lle: link ahbm and audio callback
This commit is contained in:
parent
21da135cc6
commit
67213ca855
5 changed files with 21 additions and 3 deletions
|
@ -10,7 +10,7 @@ namespace AudioCore {
|
|||
|
||||
class DspLle final : public DspInterface {
|
||||
public:
|
||||
DspLle();
|
||||
explicit DspLle(Memory::MemorySystem& memory);
|
||||
~DspLle();
|
||||
|
||||
u16 RecvData(u32 register_number) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue