forked from len0rd/rockbox
Woops, that was an experimental change that shouldn't have been included.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12473 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d4e904bf35
commit
b41c8a06b2
1 changed files with 1 additions and 2 deletions
|
@ -712,8 +712,7 @@ static int LoadID666(unsigned char *buf) {
|
|||
|
||||
/**************** Codec ****************/
|
||||
|
||||
static int32_t samples[WAV_CHUNK_SIZE*2]
|
||||
__attribute__ ((aligned (16))) IBSS_ATTR;
|
||||
static int32_t samples[WAV_CHUNK_SIZE*2] IBSS_ATTR;
|
||||
|
||||
static struct Spc_Emu spc_emu IDATA_ATTR;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue