summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/blargg_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libgme/blargg_common.h')
-rw-r--r--apps/codecs/libgme/blargg_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libgme/blargg_common.h b/apps/codecs/libgme/blargg_common.h
index a023d6b842..74cc227eed 100644
--- a/apps/codecs/libgme/blargg_common.h
+++ b/apps/codecs/libgme/blargg_common.h
@@ -21,6 +21,7 @@
21#endif 21#endif
22 22
23// common defines 23// common defines
24#define FP_ONE_CLOCK (1LL << 12)
24#define FP_ONE_TEMPO (1LL << 24) 25#define FP_ONE_TEMPO (1LL << 24)
25#define FP_ONE_GAIN (1LL << 24) 26#define FP_ONE_GAIN (1LL << 24)
26#define FP_ONE_VOLUME FP_ONE_GAIN 27#define FP_ONE_VOLUME FP_ONE_GAIN