GUI: prepare for FDS ins editor

This commit is contained in:
tildearrow 2022-04-04 13:26:02 -05:00
parent f89360392f
commit 590b21bc37
1 changed files with 4 additions and 0 deletions

View File

@ -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];