fix build

This commit is contained in:
tildearrow 2024-04-04 03:31:12 -05:00
parent d7ffda5420
commit 142aeee131

View file

@ -315,9 +315,7 @@ void putDispatchChip(void* data, int type) {
ImGui::Text("> PCEngine"); ImGui::Text("> PCEngine");
COMMON_CHIP_DEBUG; COMMON_CHIP_DEBUG;
ImGui::Text("- lastPan: %d",ch->lastPan); ImGui::Text("- lastPan: %d",ch->lastPan);
ImGui::Text("- cycles: %d",ch->cycles);
ImGui::Text("- curChan: %d",ch->curChan); ImGui::Text("- curChan: %d",ch->curChan);
ImGui::Text("- delay: %d",ch->delay);
ImGui::Text("- sampleBank: %d",ch->sampleBank); ImGui::Text("- sampleBank: %d",ch->sampleBank);
ImGui::Text("- lfoMode: %d",ch->lfoMode); ImGui::Text("- lfoMode: %d",ch->lfoMode);
ImGui::Text("- lfoSpeed: %d",ch->lfoSpeed); ImGui::Text("- lfoSpeed: %d",ch->lfoSpeed);