diff options
| author | Tilka <tilkax@gmail.com> | 2024-09-08 16:08:57 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-08 16:08:57 +0100 |
| commit | 5fe9e2f6ed69a7aabb4b20a2f375daa6d1e87968 (patch) | |
| tree | 9f1697e4924daa375817b87a786859ad7bf96ba5 /Source/Core | |
| parent | 4eec06182459c31a555aac133e39b52f43c9149b (diff) | |
| parent | e72b23df91545d9f3135c6aa0597d34d3c3158d7 (diff) | |
Merge pull request #13057 from JosJuice/rvzpack-typo
DiscIO: Fix a typo in an RVZPack comment
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DiscIO/WIABlob.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/WIABlob.cpp b/Source/Core/DiscIO/WIABlob.cpp index 10c4f261ed..e96a355cc6 100644 --- a/Source/Core/DiscIO/WIABlob.cpp +++ b/Source/Core/DiscIO/WIABlob.cpp @@ -1256,7 +1256,7 @@ static void RVZPack(const u8* in, OutputParametersEntry* out, u64 bytes_per_chun { if (next_junk_start == end_offset) { - // Storing this chunk without RVZ packing would be inefficient, so store it without + // Storing this chunk with RVZ packing would be inefficient, so store it without PushBack(&entry.main_data, in + current_offset, in + end_offset); break; } |
