mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-30 14:18:44 +00:00
DiscIO: Avoid zeroing buffer when compressing gcz.
This saves 6% time.
This commit is contained in:
parent
2635e7d9ea
commit
f54bf81520
3 changed files with 24 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue