revert changes to banner background color

This commit is contained in:
LPFaint99 2012-12-16 15:29:25 -08:00
parent 8838944cd3
commit 351979795c
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ const int lut3to8[] = { 0x00,0x24,0x48,0x6D,0x91,0xB6,0xDA,0xFF };
u32 Decode5A3(u16 val)
{
const u32 bg_color = 0xFFFFFFFF;
const u32 bg_color = 0x00000000;
int r, g, b, a;