mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
VolumeGC: Get rid of banner pointer casts
Prefer reading the data into the reified struct instead.
This commit is contained in:
@ -80,7 +80,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;
|
||||
};
|
||||
|
Reference in New Issue
Block a user