mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00: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:
parent
691b676145
commit
b9499441ee
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue