summaryrefslogtreecommitdiff
path: root/apps/codecs/nsf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/nsf.c')
-rw-r--r--apps/codecs/nsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/nsf.c b/apps/codecs/nsf.c
index a556f75b27..8899501e05 100644
--- a/apps/codecs/nsf.c
+++ b/apps/codecs/nsf.c
@@ -12,7 +12,7 @@ CODEC_HEADER
12#define CHUNK_SIZE (1024*2) 12#define CHUNK_SIZE (1024*2)
13 13
14static int16_t samples[CHUNK_SIZE] IBSS_ATTR; 14static int16_t samples[CHUNK_SIZE] IBSS_ATTR;
15static struct Nsf_Emu nsf_emu IDATA_ATTR CACHEALIGN_ATTR; 15static struct Nsf_Emu nsf_emu;
16 16
17/****************** rockbox interface ******************/ 17/****************** rockbox interface ******************/
18 18