GUI: make command stream player visible

window > debug > command stream player
This commit is contained in:
tildearrow 2025-04-05 03:22:48 -05:00
parent f7c2fce461
commit a49664a3f5
2 changed files with 3 additions and 2 deletions

View file

@ -80,8 +80,6 @@ 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")) {