summaryrefslogtreecommitdiff
path: root/src/audio/internal.h
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2024-01-01 03:56:14 +0100
committerGitHub <noreply@github.com>2023-12-31 19:56:14 -0700
commit98474c5b94e453fcee4d332657e45b2f626c62a3 (patch)
treef68be5a0abfb02c0dbd25d6297c67f041ca18598 /src/audio/internal.h
parent2727a5e5ddc3bc439b2d0b7f2e681650b79b2fb5 (diff)
fix todo, bug not appears and change theme (#525)
* fix todo, bug not appears and change theme * fix warning
Diffstat (limited to 'src/audio/internal.h')
-rw-r--r--src/audio/internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/internal.h b/src/audio/internal.h
index a8b4da076..33665af01 100644
--- a/src/audio/internal.h
+++ b/src/audio/internal.h
@@ -38,7 +38,7 @@
#define TEMPO_SCALE TATUMS_PER_BEAT
-// TODO: US_FLOAT should probably be renamed to JP_DOUBLE since eu seems to use floats too
+//! @todo US_FLOAT should probably be renamed to JP_DOUBLE since eu seems to use floats too
#define US_FLOAT(x) x ## f
#define US_FLOAT2(x) x
@@ -440,7 +440,7 @@ struct Note {
// that results in messy US/EU ifdefs. Instead we cast to a struct pointer
// when needed... This breaks alignment on non-N64 platforms, which we hack
// around by skipping the padding in that case.
- // TODO: use macros or something instead.
+ //! @todo use macros or something instead.
#ifdef TARGET_N64
u8 pad0[12];
#endif