From 142aeee1313296a447af63528f2550f0767af549 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Thu, 4 Apr 2024 03:31:12 -0500 Subject: [PATCH] fix build --- src/gui/debug.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gui/debug.cpp b/src/gui/debug.cpp index 807b32ed1..3cb6b4c13 100644 --- a/src/gui/debug.cpp +++ b/src/gui/debug.cpp @@ -315,9 +315,7 @@ void putDispatchChip(void* data, int type) { ImGui::Text("> PCEngine"); COMMON_CHIP_DEBUG; ImGui::Text("- lastPan: %d",ch->lastPan); - ImGui::Text("- cycles: %d",ch->cycles); ImGui::Text("- curChan: %d",ch->curChan); - ImGui::Text("- delay: %d",ch->delay); ImGui::Text("- sampleBank: %d",ch->sampleBank); ImGui::Text("- lfoMode: %d",ch->lfoMode); ImGui::Text("- lfoSpeed: %d",ch->lfoSpeed);