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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libgme/emu2413.h') diff --git a/apps/codecs/libgme/emu2413.h b/apps/codecs/libgme/emu2413.h index 89d6e4dbd5..6a19b102a1 100644 --- a/apps/codecs/libgme/emu2413.h +++ b/apps/codecs/libgme/emu2413.h @@ -137,7 +137,7 @@ EMU2413_API void OPLL_writeReg(OPLL *, e_uint32 reg, e_uint32 val); EMU2413_API e_uint32 OPLL_read(OPLL *, e_uint32 port); /* Synthsize */ -EMU2413_API e_int16 OPLL_calc(OPLL *) ; +EMU2413_API e_int16 OPLL_calc(OPLL *) EMU2413_CALC_ICODE; EMU2413_API void OPLL_calc_stereo(OPLL *, e_int32 out[2]) ; EMU2413_API e_int16 *OPLL_update_buffer(OPLL *, e_uint32 length) ; -- cgit v1.2.3