O2Hawk: fix some colors

This commit is contained in:
alyosha-tas 2020-02-16 21:55:21 -05:00
parent b3fac6ba12
commit dd2b3509e5
1 changed files with 2 additions and 2 deletions

View File

@ -823,7 +823,7 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk
0xFFC6B869, // light yellow
0xFF5C80F6, // light blue
0xFFDC84D4, // light violet
0xFF77E6EB, // light grey
0xFF77E6EB, // light blue-green
0xFFFFFFFF, // white
};
@ -844,7 +844,7 @@ namespace BizHawk.Emulation.Cores.Consoles.O2Hawk
0xFFC75151, // light red
0xFFDC84D4, // light violet
0xFFC6B869, // light yellow
0xFFCECECE, // light grey
0xFFFFFFFF, // white
};