From f33ca63396cd875c990af9bcfb2bf38358a7a13b Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Mon, 28 Mar 2005 00:56:15 +0000 Subject: 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 --- apps/plugins/rockboy/rbsound.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/rockboy/rbsound.c') diff --git a/apps/plugins/rockboy/rbsound.c b/apps/plugins/rockboy/rbsound.c index f4694a18d9..26cec7c62d 100644 --- a/apps/plugins/rockboy/rbsound.c +++ b/apps/plugins/rockboy/rbsound.c @@ -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]; -- cgit v1.2.3