summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme/emu2413.h
diff options
context:
space:
mode:
authorAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-30 12:35:12 +0000
committerAndree Buschmann <AndreeBuschmann@t-online.de>2011-08-30 12:35:12 +0000
commitc940811ade7d99a0e0d414df7c6509672413684a (patch)
tree26c8f8a3e1c858164073bb2610e99866d21947cc /apps/codecs/libgme/emu2413.h
parent72213e6b1b45a46ada6a6935ff911c3c56d02228 (diff)
downloadrockbox-c940811ade7d99a0e0d414df7c6509672413684a.tar.gz
rockbox-c940811ade7d99a0e0d414df7c6509672413684a.zip
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
Diffstat (limited to 'apps/codecs/libgme/emu2413.h')
-rw-r--r--apps/codecs/libgme/emu2413.h2
1 files changed, 1 insertions, 1 deletions
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);
137EMU2413_API e_uint32 OPLL_read(OPLL *, e_uint32 port); 137EMU2413_API e_uint32 OPLL_read(OPLL *, e_uint32 port);
138 138
139/* Synthsize */ 139/* Synthsize */
140EMU2413_API e_int16 OPLL_calc(OPLL *) ; 140EMU2413_API e_int16 OPLL_calc(OPLL *) EMU2413_CALC_ICODE;
141EMU2413_API void OPLL_calc_stereo(OPLL *, e_int32 out[2]) ; 141EMU2413_API void OPLL_calc_stereo(OPLL *, e_int32 out[2]) ;
142EMU2413_API e_int16 *OPLL_update_buffer(OPLL *, e_uint32 length) ; 142EMU2413_API e_int16 *OPLL_update_buffer(OPLL *, e_uint32 length) ;
143 143