mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 07:09:48 -06:00
GameListItem: Fix minor naming style violation
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user