GUI: bring the play cmd stream debug button back
This commit is contained in:
parent
6fba60818d
commit
da771145f4
1 changed files with 2 additions and 0 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue