commit c625783
Devine Lu Linvega
·
2026-01-12 18:36:48 +0000 UTC
parent 3d91406
Fixed blend lut typo
1 files changed,
+1,
-4
+1,
-4
1@@ -432,21 +432,18 @@ static const Uint8 blend_lut[16][4] = {
2 {0, 1, 2, 3},
3 {0, 2, 3, 1},
4 {0, 3, 1, 2},
5-
6 {1, 0, 1, 2},
7 {1, 1, 2, 3},
8 {1, 2, 3, 1},
9 {1, 3, 1, 2},
10-
11 {2, 0, 1, 2},
12 {2, 1, 2, 3},
13 {2, 2, 3, 1},
14 {2, 3, 1, 2},
15-
16 {3, 0, 1, 2},
17 {3, 1, 2, 3},
18 {3, 2, 3, 1},
19- {2, 3, 1, 2}};
20+ {3, 3, 1, 2}};
21
22 void emu_redraw(void), emu_resize(void);
23