From 6c08b93f6f5c7eb02b542cd48a98c5077776b77d Mon Sep 17 00:00:00 2001 From: Michiel Van Der Kolk Date: Mon, 28 Mar 2005 00:29:07 +0000 Subject: I've fixed this before, i know i did! ;p (xshocks patch undid my earlier one) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6228 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugin.c') diff --git a/apps/plugin.c b/apps/plugin.c index ecd5025e2c..d21e8acf60 100644 --- a/apps/plugin.c +++ b/apps/plugin.c @@ -271,7 +271,7 @@ static const struct plugin_api rockbox_api = { #if CONFIG_KEYPAD == IRIVER_H100_PAD button_hold, #endif -#if (CONFIG_HWCODEC == MASNONE) +#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR) pcm_play_data, pcm_play_stop, pcm_set_frequency, -- cgit v1.2.3