From 637010541af5677acc676e8c770d07cc8a3187dd Mon Sep 17 00:00:00 2001 From: Thomas Martitz Date: Mon, 21 Jun 2010 17:10:22 +0000 Subject: Fix yellows and reds (one was a type, the other was rather incorrect before already) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27021 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/chip8.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/chip8.c') diff --git a/apps/plugins/chip8.c b/apps/plugins/chip8.c index a1372cd608..f60bdb36c0 100644 --- a/apps/plugins/chip8.c +++ b/apps/plugins/chip8.c @@ -1266,7 +1266,7 @@ static void chip8_update_display(void) *row++ = w; } } -#if (CONFIG_PLATFORM & PLATFORM_NATIVE) || (LCD_DEPTH > 1) +#if (CONFIG_PLATFORM & PLATFORM_HOSTED) || (LCD_DEPTH >= 4) rb->lcd_set_drawmode(DRMODE_SOLID); rb->lcd_mono_bitmap(lcd_framebuf[0], CHIP8_X, CHIP8_Y, CHIP8_LCDWIDTH, CHIP8_HEIGHT); -- cgit v1.2.3