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
1 changed files with 2 additions and 0 deletions

View File

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