Add compatible flag for Y8950 ADPCM Frequency

This commit is contained in:
cam900 2022-09-24 00:24:30 +09:00
parent a44d696f09
commit b05dafe297
5 changed files with 18 additions and 8 deletions

View file

@ -147,6 +147,10 @@ void FurnaceGUI::drawCompatFlags() {
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("when enabled, PC Engine DAC Volume is ignored.");
}
ImGui::Checkbox("New Y8950 Frequency calculation",&e->song.newY8950PCMFreq);
if (ImGui::IsItemHovered()) {
ImGui::SetTooltip("when enabled, use corrected Y8950 frequency calculation");
}
ImGui::Text("Pitch linearity:");
if (ImGui::RadioButton("None",e->song.linearPitch==0)) {