dev86 - SN duty macro phase reset fix

This commit is contained in:
tildearrow 2022-04-24 18:12:18 -05:00
parent f99ba810fe
commit bd68ef5cc3
6 changed files with 30 additions and 10 deletions

View file

@ -117,6 +117,10 @@ void FurnaceGUI::drawCompatFlags() {
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("does this make any sense by now?");
}
ImGui::Checkbox("SN76489 duty macro always resets phase",&e->song.snDutyReset);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("when enabled, duty macro will always reset phase, even if its value hasn't changed.");
}
ImGui::Text("Loop modality:");
if (ImGui::RadioButton("Reset channels",e->song.loopModality==0)) {