audio_core/hle,lle: implement UnloadComponent
This commit is contained in:
@ -411,4 +411,8 @@ void DspHle::LoadComponent(const std::vector<u8>& component_data) {
|
||||
}
|
||||
}
|
||||
|
||||
void DspHle::UnloadComponent() {
|
||||
// Do nothing
|
||||
}
|
||||
|
||||
} // namespace AudioCore
|
||||
|
Reference in New Issue
Block a user