aboutsummaryrefslogtreecommitdiffstats
path: root/src/ppu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppu.c')
-rw-r--r--src/ppu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ppu.c b/src/ppu.c
index 6c38ab6..19e530b 100644
--- a/src/ppu.c
+++ b/src/ppu.c
@@ -25,7 +25,7 @@ static u8 *pixels_buf;
25static u8 *dirty_lines; 25static u8 *dirty_lines;
26static u8 reqdraw = 0; 26static u8 reqdraw = 0;
27// TODO: Probably should consider this 27// TODO: Probably should consider this
28// static u32 rgb_order; 28static u32 rgb_order = 0;
29 29
30static u8 blending[5][16] = { 30static u8 blending[5][16] = {
31 {0, 0, 0, 0, 1, 0, 1, 1, 2, 2, 0, 2, 3, 3, 3, 0}, 31 {0, 0, 0, 0, 1, 0, 1, 1, 2, 2, 0, 2, 3, 3, 3, 0},