mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
Merge pull request #3099 from lioncash/banner
VolumeGC: Get rid of banner pointer casts
This commit is contained in:
commit
d5ec7124e4
2 changed files with 9 additions and 15 deletions
|
@ -79,7 +79,7 @@ private:
|
|||
};
|
||||
|
||||
mutable BannerFileType m_banner_file_type = BANNER_NOT_LOADED;
|
||||
mutable std::vector<u8> m_banner_file;
|
||||
mutable GCBanner m_banner_file;
|
||||
|
||||
std::unique_ptr<IBlobReader> m_pReader;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue