From c940811ade7d99a0e0d414df7c6509672413684a Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Tue, 30 Aug 2011 12:35:12 +0000 Subject: Introduce CPU dependent IRAM configuration for libgme. Use ICODE_ATTR for an emu2413-function to speed up PP5022 by up to 6%. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30379 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libgme/emu2413.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/codecs/libgme/emu2413.c') diff --git a/apps/codecs/libgme/emu2413.c b/apps/codecs/libgme/emu2413.c index 48f32d8e57..44782c3dc1 100644 --- a/apps/codecs/libgme/emu2413.c +++ b/apps/codecs/libgme/emu2413.c @@ -1422,6 +1422,8 @@ calc_slot_hat (OPLL_SLOT *slot, e_int32 pgout_cym, e_uint32 noise) return DB2LIN_TABLE[dbout + slot->egout]; } +static e_int16 +calc (OPLL * opll) EMU2413_CALC_ICODE; static e_int16 calc (OPLL * opll) { -- cgit v1.2.3