Amiga: acquireDirect, part 2

the filter is back!
This commit is contained in:
tildearrow 2025-03-05 04:49:22 -05:00
parent e116f2e523
commit e941dfb174
5 changed files with 85 additions and 44 deletions

View file

@ -262,7 +262,7 @@ struct DivDispatchContainer {
void setQuality(bool lowQual, bool dcHiPass);
void grow(size_t size);
void acquire(size_t offset, size_t count);
void flush(size_t count);
void flush(size_t offset, size_t count);
void fillBuf(size_t runtotal, size_t offset, size_t size);
void clear();
void init(DivSystem sys, DivEngine* eng, int chanCount, double gotRate, const DivConfig& flags, bool isRender=false);