mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 08:35:55 +00:00
DiscIO: Prefix class member variables with "m_"
This commit is contained in:
parent
5cc0bda3d5
commit
1977ea42ae
17 changed files with 211 additions and 202 deletions
|
@ -47,7 +47,7 @@ private:
|
|||
u8* m_pBuffer;
|
||||
|
||||
u64 m_VolumeOffset;
|
||||
u64 dataOffset;
|
||||
u64 m_dataOffset;
|
||||
|
||||
mutable u64 m_LastDecryptedBlockOffset;
|
||||
mutable unsigned char m_LastDecryptedBlock[0x8000];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue