summaryrefslogtreecommitdiff
path: root/apps/plugins/jpeg.c
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2008-01-13 00:11:43 +0000
committerJens Arnold <amiconn@rockbox.org>2008-01-13 00:11:43 +0000
commita72499a12541fa0348e92f88662d1efe15b0ea47 (patch)
tree32a874c093616649f49f4392207b738a6f7abed7 /apps/plugins/jpeg.c
parent43cc03457d2bda7eb3057f242ff7b23a9856408c (diff)
downloadrockbox-a72499a12541fa0348e92f88662d1efe15b0ea47.tar.gz
rockbox-a72499a12541fa0348e92f88662d1efe15b0ea47.zip
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
Diffstat (limited to 'apps/plugins/jpeg.c')
-rw-r--r--apps/plugins/jpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/jpeg.c b/apps/plugins/jpeg.c
index d14b03637b..978e1156b9 100644
--- a/apps/plugins/jpeg.c
+++ b/apps/plugins/jpeg.c
@@ -184,6 +184,7 @@ PLUGIN_HEADER
184/* different graphics libraries */ 184/* different graphics libraries */
185#if LCD_DEPTH < 8 185#if LCD_DEPTH < 8
186#define USEGSLIB 186#define USEGSLIB
187GREY_INFO_STRUCT
187#define MYLCD(fn) grey_ub_ ## fn 188#define MYLCD(fn) grey_ub_ ## fn
188#define MYLCD_UPDATE() 189#define MYLCD_UPDATE()
189#define MYXLCD(fn) grey_ub_ ## fn 190#define MYXLCD(fn) grey_ub_ ## fn