better loop tracking

This commit is contained in:
tildearrow 2021-12-21 02:02:25 -05:00
parent 8d8f26d4f7
commit 5523a43804
3 changed files with 21 additions and 9 deletions

View file

@ -113,7 +113,7 @@ class DivEngine {
bool perSystemPostEffect(int ch, unsigned char effect, unsigned char effectVal);
void renderSamples();
void reset();
void playSub();
void playSub(bool preserveDrift);
public:
DivSong song;