diff options
| author | JosJuice <josjuice@gmail.com> | 2018-03-10 22:41:49 +0100 |
|---|---|---|
| committer | JosJuice <josjuice@gmail.com> | 2018-05-20 15:34:03 +0200 |
| commit | cc42b4354d38055629ba3eeac92fa57582a26de0 (patch) | |
| tree | 94bd53000fce61c0dd39c7aad891021ca075c864 /Source/Core/DiscIO/VolumeGC.cpp | |
| parent | 86c676ab0483dc53b3b08cb327816388d278a600 (diff) | |
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.
Diffstat (limited to 'Source/Core/DiscIO/VolumeGC.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeGC.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeGC.cpp b/Source/Core/DiscIO/VolumeGC.cpp index 12c16e10ad..eda59fff08 100644 --- a/Source/Core/DiscIO/VolumeGC.cpp +++ b/Source/Core/DiscIO/VolumeGC.cpp @@ -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; |
