prepare for deferred config saving

issue #1723
This commit is contained in:
tildearrow 2024-03-14 01:58:43 -05:00
parent 3e87c0a0df
commit d700bfca08
4 changed files with 12 additions and 6 deletions

View file

@ -220,7 +220,7 @@ struct DivDispatchContainer {
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);
void quit();
void quit(bool saveConfig=true);
DivDispatchContainer():
dispatch(NULL),
bbInLen(0),