audio_core/hle,lle: implement UnloadComponent
This commit is contained in:
@ -25,6 +25,7 @@ public:
|
||||
void SetServiceToInterrupt(std::weak_ptr<Service::DSP::DSP_DSP> dsp) override;
|
||||
|
||||
void LoadComponent(const std::vector<u8>& buffer) override;
|
||||
void UnloadComponent() override;
|
||||
|
||||
private:
|
||||
struct Impl;
|
||||
|
Reference in New Issue
Block a user