GameListItem: Fix minor naming style violation

This commit is contained in:
JosJuice
2017-06-27 11:28:55 +02:00
parent e73de25a9e
commit 691b676145
2 changed files with 4 additions and 4 deletions

View File

@ -94,7 +94,7 @@ private:
void ReadVolumeBanner(std::vector<u8>* image, const std::vector<u32>& buffer, int width,
int height);
// Outputs to m_banner_wx
bool SetWxBannerFromPngFile(const std::string& path);
bool SetWxBannerFromPNGFile(const std::string& path);
void SetWxBannerFromRaw(const Banner& banner);
// IMPORTANT: Nearly all data members must be save/restored in DoState.