From a72499a12541fa0348e92f88662d1efe15b0ea47 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 13 Jan 2008 00:11:43 +0000 Subject: Greyscale library: Plugins can now put the management structure in IRAM for higher update speed. Use this in doom, mpegplayer, and zxbox. Made the api pointer part of the struct. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16066 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/zxbox/zxbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/plugins/zxbox') diff --git a/apps/plugins/zxbox/zxbox.c b/apps/plugins/zxbox/zxbox.c index ebb689ce9c..3d395986af 100644 --- a/apps/plugins/zxbox/zxbox.c +++ b/apps/plugins/zxbox/zxbox.c @@ -51,6 +51,7 @@ unsigned char image_array [ HEIGHT * WIDTH ]; static int previous_state; #ifdef USE_GREY +GREY_INFO_STRUCT_IRAM static unsigned char *gbuf; static size_t gbuf_size = 0; #endif -- cgit v1.2.3