VolumeGC: Get rid of banner pointer casts

Prefer reading the data into the reified struct instead.
This commit is contained in:
Lioncash
2015-09-27 23:45:13 -04:00
parent ce493b897d
commit 7317dd4be2
2 changed files with 9 additions and 15 deletions

View File

@ -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;
};