Virtual Boy: write waveforms before init channels

This commit is contained in:
tildearrow 2025-02-18 00:36:20 -05:00
parent 07e33aee7f
commit 63ee7cf5d8
2 changed files with 5 additions and 5 deletions

View file

@ -2478,14 +2478,14 @@ bool FurnaceGUI::drawSysConf(int chan, int sysPos, DivSystem type, DivConfig& fl
ImGui::Text(_("Waveform storage mode:"));
ImGui::Indent();
if (ImGui::RadioButton(_("Dynamic (unconfirmed)"),!romMode)) {
romMode=false;
altered=true;
}
if (ImGui::RadioButton(_("Static (up to 5 waves)"),romMode)) {
romMode=true;
altered=true;
}
if (ImGui::RadioButton(_("Dynamic (phase reset on wave change!)"),!romMode)) {
romMode=false;
altered=true;
}
ImGui::Unindent();
if (altered) {