GameListItem: Fix comment about PNG banners for volumes
f16599f
quietly dropped the ability to set custom banners for volumes.
This commit is contained in:
parent
691b676145
commit
b9499441ee
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue