mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-26 22:43:01 +00:00
fix build
This commit is contained in:
parent
778d8d84d1
commit
ea849cc255
1 changed files with 0 additions and 1 deletions
|
@ -644,7 +644,6 @@ void putDispatchChan(void* data, int chanNum, int type) {
|
|||
ImGui::Text(" - prev: %d",ch->prevFreq);
|
||||
ImGui::Text("- duty: %d",ch->duty);
|
||||
ImGui::Text("- sweep: %.2x",ch->sweep);
|
||||
ImGui::Text("- wave: %d",ch->wave);
|
||||
COMMON_CHAN_DEBUG_BOOL;
|
||||
ImGui::TextColored(ch->sweepChanged?colorOn:colorOff,">> SweepChanged");
|
||||
ImGui::TextColored(ch->furnaceDac?colorOn:colorOff,">> FurnaceDAC");
|
||||
|
|
Loading…
Reference in a new issue