i honestly don't agree with this compat flag

This commit is contained in:
tildearrow 2022-09-23 13:28:57 -05:00
parent 6b684d655a
commit b9a4b568b6
4 changed files with 2 additions and 12 deletions

View file

@ -147,10 +147,6 @@ 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)) {