proper fix for issue 6206

This commit is contained in:
LPFaint99 2013-09-14 15:07:53 -07:00
commit 5d202ae9ea
4 changed files with 72 additions and 55 deletions

View file

@ -78,7 +78,8 @@ GameListItem::GameListItem(const std::string& _rFileName)
{
if (pBannerLoader->IsValid())
{
m_names = pBannerLoader->GetNames();
if (m_Platform != WII_WAD)
m_names = pBannerLoader->GetNames();
m_company = pBannerLoader->GetCompany();
m_descriptions = pBannerLoader->GetDescriptions();