don't allow chip channel count to be set to 0

This commit is contained in:
tildearrow 2025-11-16 17:05:43 -05:00
parent 663f32d9d4
commit f6d0979209
2 changed files with 5 additions and 1 deletions

View file

@ -2797,7 +2797,7 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
updateWindowTitle();
updateROMExportAvail();
} else {
showError(fmt::sprintf(_("cannot change chip! (%s)"),e->getLastError()));
showError(e->getLastError());
}
}
if (sysDef!=NULL) {