i honestly don't agree with this compat flag
This commit is contained in:
parent
6b684d655a
commit
b9a4b568b6
4 changed files with 2 additions and 12 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue