Fix delay issue, Add debug view for frequency
This commit is contained in:
parent
be2b67210d
commit
507f91f261
2 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue