From 590b21bc3754deb5d9e924e9cf03c084211d18a5 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 4 Apr 2022 13:26:02 -0500 Subject: [PATCH] GUI: prepare for FDS ins editor --- src/gui/insEdit.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/gui/insEdit.cpp b/src/gui/insEdit.cpp index 27ba597f..d3db8ff9 100644 --- a/src/gui/insEdit.cpp +++ b/src/gui/insEdit.cpp @@ -2115,6 +2115,10 @@ void FurnaceGUI::drawInsEdit() { ImGui::EndTabItem(); } + if (ins->type==DIV_INS_FDS) if (ImGui::BeginTabItem("FDS")) { + ImGui::Text("FDS config goes here"); + ImGui::EndTabItem(); + } if (ImGui::BeginTabItem("Macros")) { float asFloat[256]; int asInt[256];