diff options
| author | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-28 00:29:07 +0000 |
|---|---|---|
| committer | Michiel Van Der Kolk <not.valid@email.address> | 2005-03-28 00:29:07 +0000 |
| commit | 6c08b93f6f5c7eb02b542cd48a98c5077776b77d (patch) | |
| tree | 483568d8c86f3b890761cf50c7390b0d710917ef /apps/plugin.h | |
| parent | a87188e8d4af1ead1334ce2f651e375e60bc5f71 (diff) | |
| download | rockbox-6c08b93f6f5c7eb02b542cd48a98c5077776b77d.zip rockbox-6c08b93f6f5c7eb02b542cd48a98c5077776b77d.tar.gz rockbox-6c08b93f6f5c7eb02b542cd48a98c5077776b77d.tar.bz2 rockbox-6c08b93f6f5c7eb02b542cd48a98c5077776b77d.tar.xz | |
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
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 30ecfc7..4e5a380 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -318,7 +318,7 @@ struct plugin_api { #if CONFIG_KEYPAD == IRIVER_H100_PAD bool (*button_hold)(void); #endif -#if (CONFIG_HWCODEC == MASNONE) +#if (CONFIG_HWCODEC == MASNONE) && !defined(SIMULATOR) void (*pcm_play_data)(const unsigned char *start, int size, void (*get_more)(unsigned char** start, long*size)); void (*pcm_play_stop)(void); |