mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
General Formatting
This commit is contained in:
parent
ede4977d12
commit
eff924e9e2
5 changed files with 11 additions and 10 deletions
|
@ -95,7 +95,7 @@ bool CVolumeWiiCrypted::Read(u64 _ReadOffset, u64 _Length, u8* _pBuffer, bool de
|
|||
memcpy(_pBuffer, &m_LastDecryptedBlock[Offset], (size_t)CopySize);
|
||||
|
||||
// Update offsets
|
||||
_Length -= CopySize;
|
||||
_Length -= CopySize;
|
||||
_pBuffer += CopySize;
|
||||
_ReadOffset += CopySize;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue