possible fix to #1356

This commit is contained in:
tildearrow 2023-08-14 16:28:43 -05:00
parent a79c82033c
commit 741d350fe2
5 changed files with 9 additions and 12 deletions

View file

@ -24,7 +24,7 @@
bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool modifyOnChange, bool fromMenu) {
bool altered=false;
bool restart=settings.restartOnFlagChange && modifyOnChange;
bool restart=modifyOnChange;
bool supportsCustomRate=true;
switch (type) {