mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Reimplement custom PNG banners in game list
Fixes https://bugs.dolphin-emu.org/issues/10938 and makes PNG banners available in DolphinQt2 for the first time.
This commit is contained in:
@ -22,7 +22,7 @@ public:
|
||||
std::string GetName() const;
|
||||
std::string GetDescription() const;
|
||||
|
||||
std::vector<u32> GetBanner(int* width, int* height) const;
|
||||
std::vector<u32> GetBanner(u32* width, u32* height) const;
|
||||
|
||||
private:
|
||||
struct Header
|
||||
|
Reference in New Issue
Block a user