From 6a972e02497d3015236189f72931c3d59fa51755 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 26 Feb 2006 13:37:42 +0000 Subject: Finally - grayscale library support for the simulators. Currently SDL only, win32 and x11 won't link anymore due to missing simulator functions. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8845 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/cube.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/cube.c') diff --git a/apps/plugins/cube.c b/apps/plugins/cube.c index cbe32d14d0..854b190797 100644 --- a/apps/plugins/cube.c +++ b/apps/plugins/cube.c @@ -142,7 +142,7 @@ PLUGIN_HEADER static int x_off = LCD_WIDTH/2; static int y_off = LCD_HEIGHT/2; -#if LCD_DEPTH == 1 && !defined(SIMULATOR) +#if LCD_DEPTH == 1 #define USE_GSLIB struct my_lcd { void (*update)(void); -- cgit v1.2.3