mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -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:
@ -150,7 +150,7 @@ std::map<Language, std::string> VolumeGC::GetDescriptions() const
|
||||
return m_converted_banner->descriptions;
|
||||
}
|
||||
|
||||
std::vector<u32> VolumeGC::GetBanner(int* width, int* height) const
|
||||
std::vector<u32> VolumeGC::GetBanner(u32* width, u32* height) const
|
||||
{
|
||||
*width = m_converted_banner->image_width;
|
||||
*height = m_converted_banner->image_height;
|
||||
|
Reference in New Issue
Block a user