audio_core/lle: implement LoadComponent

This commit is contained in:
Weiyi Wang 2018-12-06 09:09:14 -05:00
parent 4add509b20
commit 9b41e6f85f
2 changed files with 123 additions and 0 deletions

View file

@ -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;