mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-28 05:01:39 +00:00
Remove testing code
This commit is contained in:
parent
0700c8fdc3
commit
07572e54c6
1 changed files with 0 additions and 4 deletions
|
|
@ -163,9 +163,5 @@ std::vector<uint8_t> zelda64::decompress_mm(std::span<const uint8_t> compressed_
|
||||||
// Write 0xFF as the padding.
|
// Write 0xFF as the padding.
|
||||||
std::fill(ret.begin() + content_end, ret.end(), 0xFF);
|
std::fill(ret.begin() + content_end, ret.end(), 0xFF);
|
||||||
|
|
||||||
// TEST write to a file.
|
|
||||||
std::ofstream output_file{"mm.decompressed.z64", std::ios::binary};
|
|
||||||
output_file.write(reinterpret_cast<char*>(ret.data()), ret.size());
|
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue