memory composition, part 1

This commit is contained in:
tildearrow 2024-03-04 19:50:15 -05:00
parent 06c0d9d510
commit 7a41461883
5 changed files with 76 additions and 1 deletions

View file

@ -587,6 +587,10 @@ void FurnaceGUI::drawMobileControls() {
if (ImGui::Button("Meter")) {
volMeterOpen=!volMeterOpen;
}
ImGui::SameLine();
if (ImGui::Button("Memory")) {
memoryOpen=!memoryOpen;
}
ImGui::Separator();