mirror of
https://github.com/wiidev/usbloadergx.git
synced 2024-11-04 18:45:05 +01:00
Don't make cases totally black as they're not IRL
This commit is contained in:
parent
ca8499e33c
commit
4440574baa
@ -409,6 +409,11 @@ static int InternalShowGameInfo(struct discHdr *header)
|
||||
{
|
||||
boxCov->SetBoxColor((GXColor) { 198, 34, 4, 255 });
|
||||
}
|
||||
else if(GameInfo.CaseColor == 0x000000)
|
||||
{
|
||||
// None of the cases are totally black
|
||||
boxCov->SetBoxColor((GXColor) { 30, 30, 30, 255 });
|
||||
}
|
||||
else if(GameInfo.CaseColor >= 0)
|
||||
{
|
||||
u8 * Color = (u8 *) &GameInfo.CaseColor;
|
||||
|
Loading…
Reference in New Issue
Block a user