forked from len0rd/rockbox
ladida... iriver sim fix till pcm playback is implemented there.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6231 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
3210ada7bf
commit
f33ca63396
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ rcvar_t pcm_exports[] =
|
|||
RCV_END
|
||||
};
|
||||
|
||||
#if CONFIG_HWCODEC == MASNONE
|
||||
#if CONFIG_HWCODEC == MASNONE && !defined(SIMULATOR)
|
||||
static short* buf1;
|
||||
|
||||
static short front_buf[512];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue