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; }