From df8749d6d7a52034b7b1872ee421c4c6012f8c0a Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 6 Apr 2008 13:59:31 +0000 Subject: Adapt the remaining plugins to put the greyscale isr on cop. Now they can be used while playing music without making the audio stutter. Needs the new SHAREDBSS_ATTR. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16987 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/lib/grey.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/lib') diff --git a/apps/plugins/lib/grey.h b/apps/plugins/lib/grey.h index 95dca6beb6..7bb8c5ff98 100644 --- a/apps/plugins/lib/grey.h +++ b/apps/plugins/lib/grey.h @@ -41,7 +41,7 @@ /* Greyscale library management structure declaration. You need one of these * in every plugin using the library, depending on whether the structure should * use IRAM or not. */ -#define GREY_INFO_STRUCT struct _grey_info _grey_info; +#define GREY_INFO_STRUCT struct _grey_info _grey_info SHAREDBSS_ATTR; #define GREY_INFO_STRUCT_IRAM struct _grey_info _grey_info IBSS_ATTR; /* Features you can request on library init (ORed together): */ -- cgit v1.2.3