mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 06:53:01 +00:00
GUI: hide sample ROMs option
OPL4 won't make it to 0.6
This commit is contained in:
parent
16bc35d75b
commit
324fce3b1c
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue