Fix delay issue, Add debug view for frequency

This commit is contained in:
cam900 2022-12-10 13:25:32 +09:00
parent be2b67210d
commit 507f91f261
2 changed files with 2 additions and 1 deletions

View file

@ -1129,7 +1129,7 @@ void putDispatchChan(void* data, int chanNum, int type) {
case DIV_SYSTEM_K007232: {
DivPlatformK007232::Channel* ch=(DivPlatformK007232::Channel*)data;
ImGui::Text("> K007232");
ImGui::Text("* freq:");
ImGui::Text("* freq: %d",ch->freq);
ImGui::Text(" - base: %d",ch->baseFreq);
ImGui::Text(" - pitch: %d",ch->pitch);
ImGui::Text(" - pitch2: %d",ch->pitch2);