mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-07 08:39:00 +00:00
proper fix for issue 6206
This commit is contained in:
parent
24e9aedc14
commit
5d202ae9ea
4 changed files with 72 additions and 55 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue