fix volume regression

This commit is contained in:
tildearrow 2021-12-11 16:51:34 -05:00
parent 2f813c55e0
commit 93c88a093f
2 changed files with 14 additions and 14 deletions

View file

@ -90,6 +90,7 @@ class DivEngine {
void processRow(int i, bool afterDelay);
void nextOrder();
void nextRow();
void reset();
// returns true if end of song.
bool nextTick();
bool perSystemEffect(int ch, unsigned char effect, unsigned char effectVal);