mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-27 15:03:01 +00:00
Fix compile
This commit is contained in:
parent
62ce5ae3ce
commit
b41d306cb3
1 changed files with 1 additions and 1 deletions
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue