mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
General Formatting
This commit is contained in:
parent
ede4977d12
commit
eff924e9e2
5 changed files with 11 additions and 10 deletions
|
@ -77,8 +77,8 @@ bool CISOFileReader::Read(u64 offset, u64 nbytes, u8* out_ptr)
|
|||
}
|
||||
|
||||
out_ptr += bytes_to_read;
|
||||
offset += bytes_to_read;
|
||||
nbytes -= bytes_to_read;
|
||||
offset += bytes_to_read;
|
||||
nbytes -= bytes_to_read;
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue