Add preset variation with NMK112
This commit is contained in:
parent
6440b8c808
commit
8e0b64c512
3 changed files with 90 additions and 0 deletions
|
|
@ -1523,6 +1523,10 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
|
|||
clockSel=13;
|
||||
altered=true;
|
||||
}
|
||||
if (ImGui::RadioButton("3.2MHz",clockSel==15)) {
|
||||
clockSel=15;
|
||||
altered=true;
|
||||
}
|
||||
if (ImGui::RadioButton("3.58MHz",clockSel==4)) {
|
||||
clockSel=4;
|
||||
altered=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue