mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
GUI: prepare for FDS ins editor
This commit is contained in:
parent
f89360392f
commit
590b21bc37
1 changed files with 4 additions and 0 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue