audio_core: Flush stream when not playing anything

This commit is contained in:
MerryMage 2018-09-12 18:07:16 +01:00
parent 55af5bda55
commit 957ddab679
6 changed files with 23 additions and 0 deletions

View file

@ -25,6 +25,8 @@ private:
size_t SamplesInQueue(u32 /*num_channels*/) const override {
return 0;
}
void Flush() override {}
} null_sink_stream;
};