Skip to content

Commit

Permalink
Fixed compiling of RELEASE version.
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Jan 18, 2024
1 parent f5000a9 commit 52356fb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/extra/emu2413/emu2413.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
#endif
#endif

// FHorse
#if defined(RELEASE)
#undef RELEASE
#endif

#define _PI_ 3.14159265358979323846264338327950288

#define OPLL_TONE_NUM 3
Expand Down

0 comments on commit 52356fb

Please sign in to comment.