GameListItem: Fix comment about PNG banners for volumes

f16599f quietly dropped the ability to set custom banners for volumes.
This commit is contained in:
JosJuice 2017-06-27 11:30:27 +02:00
parent 691b676145
commit b9499441ee

View File

@ -116,8 +116,7 @@ GameListItem::GameListItem(const std::string& filename)
if (SetWxBannerFromPNGFile(path + name + ".png"))
return;
// Homebrew Channel icon. Typical for DOLs and ELFs,
// but can be also used with volumes.
// Homebrew Channel icon. The most typical icon format for DOLs and ELFs.
if (SetWxBannerFromPNGFile(path + "icon.png"))
return;
}