Fix compile

This commit is contained in:
cam900 2022-09-23 23:42:56 +09:00
parent 62ce5ae3ce
commit b41d306cb3

View file

@ -51,7 +51,7 @@
#define COMMON_CHIP_DEBUG \
ImGui::Text("- rate: %d",ch->rate); \
ImGui::Text("- chipClock: %.f",ch->chipClock);
ImGui::Text("- chipClock: %d",ch->chipClock);
#define FM_CHIP_DEBUG \
COMMON_CHIP_DEBUG; \