Add compatible flag for Y8950 ADPCM Frequency
This commit is contained in:
parent
a44d696f09
commit
b05dafe297
5 changed files with 18 additions and 8 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue