fix broken DAC mode
adds new compat flag
This commit is contained in:
parent
b73591970d
commit
2a0aa19b2b
6 changed files with 36 additions and 6 deletions
|
|
@ -2115,6 +2115,10 @@ void FurnaceGUI::drawCompatFlags() {
|
|||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("when enabled, vibrato will not be reset on a new note.");
|
||||
}
|
||||
ImGui::Checkbox("Broken DAC mode",&e->song.brokenDACMode);
|
||||
if (ImGui::IsItemHovered()) {
|
||||
ImGui::SetTooltip("when enabled, the DAC in YM2612 will be disabled if there isn't any sample playing.");
|
||||
}
|
||||
|
||||
ImGui::Text("Loop modality:");
|
||||
if (ImGui::RadioButton("Reset channels",e->song.loopModality==0)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue