diff options
Diffstat (limited to 'apps/codecs/nsf.c')
| -rw-r--r-- | apps/codecs/nsf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/nsf.c b/apps/codecs/nsf.c index a556f75..8899501 100644 --- a/apps/codecs/nsf.c +++ b/apps/codecs/nsf.c @@ -12,7 +12,7 @@ CODEC_HEADER #define CHUNK_SIZE (1024*2) static int16_t samples[CHUNK_SIZE] IBSS_ATTR; -static struct Nsf_Emu nsf_emu IDATA_ATTR CACHEALIGN_ATTR; +static struct Nsf_Emu nsf_emu; /****************** rockbox interface ******************/ |