GUI: fix some chips not having custom clocks

This commit is contained in:
tildearrow 2023-03-21 03:39:20 -05:00
parent 6125ff7c0a
commit 5f5617fc2c
1 changed files with 1 additions and 0 deletions

View File

@ -1791,6 +1791,7 @@ bool FurnaceGUI::drawSysConf(int chan, DivSystem type, DivConfig& flags, bool mo
case DIV_SYSTEM_GA20:
case DIV_SYSTEM_PV1000:
case DIV_SYSTEM_VERA:
break;
case DIV_SYSTEM_YMU759:
supportsCustomRate=false;
ImGui::Text("nothing to configure");