GUI: make command stream player visible
window > debug > command stream player
This commit is contained in:
parent
f7c2fce461
commit
a49664a3f5
2 changed files with 3 additions and 2 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue