summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/blargg_common.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-10 18:40:12 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-09-10 18:40:12 +0000
commitd4249affc41a0483ff9800b0b197e0fbeb5757fc (patch)
tree972cb897b6f09eda9caacefbbd4870c7ea69a8a0 /apps/codecs/libgme/blargg_common.h
parent585eb12348a23bfe9e181fa01ba55afa6109c735 (diff)
downloadrockbox-d4249affc41a0483ff9800b0b197e0fbeb5757fc.tar.gz
rockbox-d4249affc41a0483ff9800b0b197e0fbeb5757fc.zip
Remove residual floating point code from libgme's ym2612_emu. Saves several KB of codesize.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30496 a1c6a512-1295-4272-9138-f99709370657
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