mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Merge pull request #13057 from JosJuice/rvzpack-typo
DiscIO: Fix a typo in an RVZPack comment
This commit is contained in:
commit
5fe9e2f6ed
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user