fix several misc issues

This commit is contained in:
tildearrow 2022-04-14 18:25:59 -05:00
parent 8ff694eb13
commit 68445435f9
9 changed files with 32 additions and 11 deletions

View file

@ -246,6 +246,7 @@ struct DivSample {
offVOX(0),
offSegaPCM(0),
offQSound(0),
offX1_010(0),
samples(0) {}
~DivSample();
};