mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
DolphinQt2: Let game properties show names for WADs
This commit is contained in:
parent
e60cde942f
commit
20172196f5
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ QGroupBox* InfoWidget::CreateBannerDetails()
|
||||||
layout->addRow(tr("Long Maker:"), m_long_maker);
|
layout->addRow(tr("Long Maker:"), m_long_maker);
|
||||||
layout->addRow(tr("Description:"), m_description);
|
layout->addRow(tr("Description:"), m_description);
|
||||||
}
|
}
|
||||||
else if (m_game.GetPlatformID() == DiscIO::Platform::WII_DISC)
|
else if (DiscIO::IsWii(m_game.GetPlatformID()))
|
||||||
{
|
{
|
||||||
layout->addRow(tr("Name:"), m_long_name);
|
layout->addRow(tr("Name:"), m_long_name);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue