DiscIO: Prefix class member variables with "m_"

This commit is contained in:
Lioncash
2014-09-01 15:48:02 -04:00
parent 5cc0bda3d5
commit 1977ea42ae
17 changed files with 211 additions and 202 deletions

View File

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