Maybe fixed the glitchiness at startup even more?

This commit is contained in:
rexy712
2020-08-22 15:50:52 -07:00
parent dd7ccc85b9
commit fa5c203cf8
5 changed files with 13 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ namespace audio::impl{
void exit();
size_t output_channels()const;
private:
static int callback(const void* /*input*/, void* output, unsigned long frame_count, mixer& mix);
static int callback(const void* /*input*/, void* output, unsigned long frame_count, unsigned long flags, mixer& mix);
};
}