mirror of
https://github.com/buserror/mii_emu.git
synced 2024-11-22 01:30:51 +00:00
video: Fix Amber! #5
Forgot to flip these channels Signed-off-by: Michel Pollet <buserror@gmail.com>
This commit is contained in:
parent
ba97447894
commit
cb17359921
@ -101,7 +101,7 @@ static const uint32_t dhires_colors[] = {
|
|||||||
static const uint32_t mono[3][2] = {
|
static const uint32_t mono[3][2] = {
|
||||||
{ 0xff000000, C_WHITE },
|
{ 0xff000000, C_WHITE },
|
||||||
{ 0xff000000, C_GREEN },
|
{ 0xff000000, C_GREEN },
|
||||||
{ 0xff000000, C_ORANGE },
|
{ 0xff000000, HI_RGB(0x14, 0xcf, 0xfd) },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user