1
0
Fork 0
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:
Michiel Van Der Kolk 2005-03-28 00:56:15 +00:00
parent 3210ada7bf
commit f33ca63396

View file

@ -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];