mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
GameListItem: Fix comment about PNG banners for volumes
f16599f
quietly dropped the ability to set custom banners for volumes.
This commit is contained in:
@ -116,8 +116,7 @@ GameListItem::GameListItem(const std::string& filename)
|
|||||||
if (SetWxBannerFromPNGFile(path + name + ".png"))
|
if (SetWxBannerFromPNGFile(path + name + ".png"))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
// Homebrew Channel icon. Typical for DOLs and ELFs,
|
// Homebrew Channel icon. The most typical icon format for DOLs and ELFs.
|
||||||
// but can be also used with volumes.
|
|
||||||
if (SetWxBannerFromPNGFile(path + "icon.png"))
|
if (SetWxBannerFromPNGFile(path + "icon.png"))
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user