From 6e4f6d52888cff13f7705869e4d3d78c77e00b12 Mon Sep 17 00:00:00 2001 From: "fix94.1" Date: Mon, 30 Jan 2012 21:11:44 +0000 Subject: [PATCH] -Set proper cover color for mario and sonic at the london 2012 olympic games --- source/gui/coverflow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/gui/coverflow.cpp b/source/gui/coverflow.cpp index 7c1b6919..886c8d85 100644 --- a/source/gui/coverflow.cpp +++ b/source/gui/coverflow.cpp @@ -1321,7 +1321,8 @@ void CCoverFlow::_drawCoverBox(int i, bool mirror, CCoverFlow::DrawMode dm) GX_InitTexObj(&texObj, m_dvdSkin_Black.data.get(), m_dvdSkin_Black.width, m_dvdSkin_Black.height, m_dvdSkin_Black.format, GX_CLAMP, GX_CLAMP, GX_FALSE); } else if (m_items[m_covers[i].index].hdr->hdr.casecolor == 0xFCFF00 || - strncmp((char *) m_items[m_covers[i].index].hdr->hdr.id, "SIIxxx", 3) == 0 ) + strncmp((char *) m_items[m_covers[i].index].hdr->hdr.id, "SIIE8P", 6) == 0 || + strncmp((char *) m_items[m_covers[i].index].hdr->hdr.id, "SIIP8P", 6) == 0 ) { GX_InitTexObj(&texObj, m_dvdSkin_Yellow.data.get(), m_dvdSkin_Yellow.width, m_dvdSkin_Yellow.height, m_dvdSkin_Yellow.format, GX_CLAMP, GX_CLAMP, GX_FALSE); }