mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00: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:
parent
86c676ab04
commit
cc42b4354d
13 changed files with 113 additions and 32 deletions
|
@ -144,7 +144,7 @@ std::map<Language, std::string> VolumeWAD::GetLongNames() const
|
|||
return ReadWiiNames(names);
|
||||
}
|
||||
|
||||
std::vector<u32> VolumeWAD::GetBanner(int* width, int* height) const
|
||||
std::vector<u32> VolumeWAD::GetBanner(u32* width, u32* height) const
|
||||
{
|
||||
*width = 0;
|
||||
*height = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue