show sample ROM option for OPL4 only
This commit is contained in:
parent
688517bfd1
commit
35fe8b0562
|
|
@ -2153,7 +2153,6 @@ void FurnaceGUI::drawSettings() {
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
if (ImGui::Combo("##PCSOutMethod",&settings.pcSpeakerOutMethod,LocalizedComboGetter,pcspkrOutMethods,5)) settingsChanged=true;
|
if (ImGui::Combo("##PCSOutMethod",&settings.pcSpeakerOutMethod,LocalizedComboGetter,pcspkrOutMethods,5)) settingsChanged=true;
|
||||||
|
|
||||||
/*
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
ImGui::Text(_("Sample ROMs:"));
|
ImGui::Text(_("Sample ROMs:"));
|
||||||
|
|
||||||
|
|
@ -2166,6 +2165,7 @@ void FurnaceGUI::drawSettings() {
|
||||||
openFileDialog(GUI_FILE_YRW801_ROM_OPEN);
|
openFileDialog(GUI_FILE_YRW801_ROM_OPEN);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
ImGui::AlignTextToFramePadding();
|
ImGui::AlignTextToFramePadding();
|
||||||
ImGui::Text(_("MultiPCM TG100 path"));
|
ImGui::Text(_("MultiPCM TG100 path"));
|
||||||
ImGui::SameLine();
|
ImGui::SameLine();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue