mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-15 18:07:57 -05:00
sink: Change EnqueueSamples to take a pointer to a buffer instead of a std::vector
This commit is contained in:
@ -19,7 +19,7 @@ public:
|
||||
return native_sample_rate;
|
||||
}
|
||||
|
||||
void EnqueueSamples(const std::vector<s16>&) override {}
|
||||
void EnqueueSamples(const s16*, size_t) override {}
|
||||
|
||||
size_t SamplesInQueue() const override {
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user