From b9499441ee9f470ae586b0412c1e961c67b27941 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Tue, 27 Jun 2017 11:30:27 +0200 Subject: [PATCH] GameListItem: Fix comment about PNG banners for volumes f16599f quietly dropped the ability to set custom banners for volumes. --- Source/Core/DolphinWX/ISOFile.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Core/DolphinWX/ISOFile.cpp b/Source/Core/DolphinWX/ISOFile.cpp index 9f20f65ef5..86712ae28f 100644 --- a/Source/Core/DolphinWX/ISOFile.cpp +++ b/Source/Core/DolphinWX/ISOFile.cpp @@ -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; }