mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
DiscIO: Avoid zeroing buffer when compressing gcz.
This saves 6% time.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user