summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/plugins/rockboy/rbsound.c2
1 files changed, 1 insertions, 1 deletions
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[] =
15 RCV_END 15 RCV_END
16}; 16};
17 17
18#if CONFIG_HWCODEC == MASNONE 18#if CONFIG_HWCODEC == MASNONE && !defined(SIMULATOR)
19static short* buf1; 19static short* buf1;
20 20
21static short front_buf[512]; 21static short front_buf[512];