Virtual Boy: write waveforms before init channels
This commit is contained in:
parent
07e33aee7f
commit
63ee7cf5d8
2 changed files with 5 additions and 5 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue