1
0
Fork 0
forked from len0rd/rockbox

Simplify libgme define

Change-Id: I3e66f57b3640246bde9fc1c5d75b094553f8598c
This commit is contained in:
Vencislav Atanasov 2024-11-20 02:20:12 +02:00
parent 8bf6dc521f
commit 5c6d463cc3

View file

@ -27,18 +27,10 @@
#define FP_ONE_VOLUME FP_ONE_GAIN
// IRAM configuration
#if (CONFIG_CPU == MCF5250)
#define EMU2413_CALC_ICODE
#elif (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024)
#define EMU2413_CALC_ICODE ICODE_ATTR
#elif defined(CPU_S5L870X)
#define EMU2413_CALC_ICODE
#if (CONFIG_CPU == PP5022) || (CONFIG_CPU == PP5024)
#define EMU2413_CALC_ICODE ICODE_ATTR
#else
#define EMU2413_CALC_ICODE
#define EMU2413_CALC_ICODE
#endif
// BLARGG_RESTRICT: equivalent to C99's restrict, where supported