Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert changes to banner background color
  • Loading branch information
LPFaint99 committed Dec 16, 2012
1 parent 8838944 commit 3519797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/Common/Src/ColorUtil.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 3519797

Please sign in to comment.