mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-17 07:49:21 +00:00
VolumeWad: Private variables for offset values
This commit is contained in:
parent
ae9a63479f
commit
d3190ec4f1
2 changed files with 14 additions and 17 deletions
|
@ -40,6 +40,8 @@ public:
|
|||
|
||||
private:
|
||||
std::unique_ptr<IBlobReader> m_pReader;
|
||||
u32 m_offset;
|
||||
u32 m_tmd_offset;
|
||||
u32 m_opening_bnr_offset;
|
||||
u32 m_hdr_size;
|
||||
u32 m_cert_size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue