asgfdlhjkashdjfl

This commit is contained in:
tildearrow 2025-11-15 03:00:40 -05:00
parent 7b11fe68ad
commit a1bca68e4a
2 changed files with 8 additions and 0 deletions

View file

@ -994,6 +994,10 @@ void DivEngine::delUnusedSamples() {
BUSY_END;
}
bool DivEngine::sysChanCountChange(int firstChan, int before, int after) {
}
bool DivEngine::changeSystem(int index, DivSystem which, bool preserveOrder) {
if (index<0 || index>=song.systemLen) {
lastError=_("invalid index");