DiscIO: Avoid zeroing buffer when compressing gcz.

This saves 6% time.
This commit is contained in:
Unknown W. Brackets
2014-11-27 08:57:49 -08:00
parent 2635e7d9ea
commit f54bf81520
3 changed files with 24 additions and 16 deletions

View File

@ -25,7 +25,7 @@ namespace DiscScrubber
{
bool SetupScrub(const std::string& filename, int block_size);
void GetNextBlock(File::IOFile& in, u8* buffer);
size_t GetNextBlock(File::IOFile& in, u8* buffer);
void Cleanup();
} // namespace DiscScrubber