summaryrefslogtreecommitdiff
path: root/apps/plugins/rockboy/lcd-gb.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/rockboy/lcd-gb.h')
-rw-r--r--apps/plugins/rockboy/lcd-gb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/rockboy/lcd-gb.h b/apps/plugins/rockboy/lcd-gb.h
index 3a612887e5..0b863b6eea 100644
--- a/apps/plugins/rockboy/lcd-gb.h
+++ b/apps/plugins/rockboy/lcd-gb.h
@@ -16,7 +16,7 @@ struct scan
16{ 16{
17 int bg[64]; 17 int bg[64];
18 int wnd[64]; 18 int wnd[64];
19#ifdef GRAYSCALE 19#if LCD_DEPTH == 2
20 byte buf[4][256]; 20 byte buf[4][256];
21#else 21#else
22 byte buf[8][256]; 22 byte buf[8][256];