From 35fe8b05621eb13b99bb8cbfe01e4fb9190c8c37 Mon Sep 17 00:00:00 2001 From: Velmyncier <108448686+Velmyncier@users.noreply.github.com> Date: Mon, 9 Sep 2024 11:21:41 -0400 Subject: [PATCH] show sample ROM option for OPL4 only --- src/gui/settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index 1b168b72d..628550e13 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -2153,7 +2153,6 @@ void FurnaceGUI::drawSettings() { ImGui::SameLine(); if (ImGui::Combo("##PCSOutMethod",&settings.pcSpeakerOutMethod,LocalizedComboGetter,pcspkrOutMethods,5)) settingsChanged=true; - /* ImGui::Separator(); ImGui::Text(_("Sample ROMs:")); @@ -2166,6 +2165,7 @@ void FurnaceGUI::drawSettings() { openFileDialog(GUI_FILE_YRW801_ROM_OPEN); } + /* ImGui::AlignTextToFramePadding(); ImGui::Text(_("MultiPCM TG100 path")); ImGui::SameLine();