finally fix invalid module disrupting program

This commit is contained in:
tildearrow 2021-12-19 21:11:23 -05:00
parent f327e036ce
commit 498fa99c5a
3 changed files with 13 additions and 5 deletions

View file

@ -108,6 +108,7 @@ class DivEngine {
bool perSystemEffect(int ch, unsigned char effect, unsigned char effectVal);
bool perSystemPostEffect(int ch, unsigned char effect, unsigned char effectVal);
void renderSamples();
void reset();
public:
DivSong song;
@ -146,7 +147,7 @@ class DivEngine {
void stop();
// reset playback state
void reset();
void syncReset();
// get config path
String getConfigPath();