audio_core/lle: implement LoadComponent
This commit is contained in:
parent
4add509b20
commit
9b41e6f85f
2 changed files with 123 additions and 0 deletions
|
@ -24,6 +24,8 @@ public:
|
|||
|
||||
void SetServiceToInterrupt(std::weak_ptr<Service::DSP::DSP_DSP> dsp) override;
|
||||
|
||||
void LoadComponent(const std::vector<u8>& buffer) override;
|
||||
|
||||
private:
|
||||
struct Impl;
|
||||
friend struct Impl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue