forked from len0rd/rockbox
Simplify libgme define
Change-Id: I3e66f57b3640246bde9fc1c5d75b094553f8598c
This commit is contained in:
parent
8bf6dc521f
commit
5c6d463cc3
1 changed files with 3 additions and 11 deletions
|
@ -27,18 +27,10 @@
|
||||||
#define FP_ONE_VOLUME FP_ONE_GAIN
|
#define FP_ONE_VOLUME FP_ONE_GAIN
|
||||||
|
|
||||||
// IRAM configuration
|
// IRAM configuration
|
||||||
#if (CONFIG_CPU == MCF5250)
|
#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024)
|
||||||
#define EMU2413_CALC_ICODE
|
#define EMU2413_CALC_ICODE ICODE_ATTR
|
||||||
|
|
||||||
#elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024)
|
|
||||||
#define EMU2413_CALC_ICODE ICODE_ATTR
|
|
||||||
|
|
||||||
#elif defined(CPU_S5L870X)
|
|
||||||
#define EMU2413_CALC_ICODE
|
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define EMU2413_CALC_ICODE
|
#define EMU2413_CALC_ICODE
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// BLARGG_RESTRICT: equivalent to C99's restrict, where supported
|
// BLARGG_RESTRICT: equivalent to C99's restrict, where supported
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue