From da771145f40f29cd74fab870a8be8c2ffb60c149 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 5 Apr 2025 19:53:25 -0500 Subject: [PATCH] GUI: bring the play cmd stream debug button back --- src/gui/debugWindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gui/debugWindow.cpp b/src/gui/debugWindow.cpp index c05fb24d6..e6c8673a3 100644 --- a/src/gui/debugWindow.cpp +++ b/src/gui/debugWindow.cpp @@ -80,6 +80,8 @@ void FurnaceGUI::drawDebug() { ImGui::SameLine(); if (ImGui::Button("Pattern Advance")) e->haltWhen(DIV_HALT_PATTERN); + if (ImGui::Button("Play Command Stream")) nextWindow=GUI_WINDOW_CS_PLAYER; + if (ImGui::Button("Panic")) e->syncReset(); ImGui::SameLine(); if (ImGui::Button("Abort")) {