diff --git a/lib/rbcodec/codecs/libgme/blargg_common.h b/lib/rbcodec/codecs/libgme/blargg_common.h index 74cc227eed..92d06554d1 100644 --- a/lib/rbcodec/codecs/libgme/blargg_common.h +++ b/lib/rbcodec/codecs/libgme/blargg_common.h @@ -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