GUI: hide sample ROMs option

OPL4 won't make it to 0.6
This commit is contained in:
tildearrow 2023-08-25 20:41:13 -05:00
parent 16bc35d75b
commit 324fce3b1c

View file

@ -1303,6 +1303,7 @@ void FurnaceGUI::drawSettings() {
ImGui::SameLine(); ImGui::SameLine();
ImGui::Combo("##PCSOutMethod",&settings.pcSpeakerOutMethod,pcspkrOutMethods,5); ImGui::Combo("##PCSOutMethod",&settings.pcSpeakerOutMethod,pcspkrOutMethods,5);
/*
ImGui::Separator(); ImGui::Separator();
ImGui::Text("Sample ROMs:"); ImGui::Text("Sample ROMs:");
@ -1332,6 +1333,7 @@ void FurnaceGUI::drawSettings() {
if (ImGui::Button(ICON_FA_FOLDER "##MU5Load")) { if (ImGui::Button(ICON_FA_FOLDER "##MU5Load")) {
openFileDialog(GUI_FILE_MU5_ROM_OPEN); openFileDialog(GUI_FILE_MU5_ROM_OPEN);
} }
*/
END_SECTION; END_SECTION;
} }