Add compatible flag for PCE DAC volume (always enabled for now)

Fix furnacePCM detection for MSM6295
This commit is contained in:
cam900 2022-09-23 23:41:55 +09:00
parent cf1d4e55cf
commit 62ce5ae3ce
5 changed files with 17 additions and 7 deletions

View file

@ -143,6 +143,10 @@ void FurnaceGUI::drawCompatFlags() {
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("when enabled, any SN period under 8 will be written as 1 instead.\nthis replicates DefleMask behavior, but reduces available period range.");
}
ImGui::Checkbox("Ignore PC Engine DAC Volume",&e->song.ignorePCEDACVolume);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("when enabled, PC Engine DAC Volume is ignored.");
}
ImGui::Text("Pitch linearity:");
if (ImGui::RadioButton("None",e->song.linearPitch==0)) {