mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 21:58:48 +00:00
DiscIO: Move scrubbing code out of ConvertToGCZ
This way, scrubbing can also be performed when converting to other formats.
This commit is contained in:
parent
04c7892b93
commit
6ffcbcee70
11 changed files with 195 additions and 73 deletions
|
@ -25,8 +25,6 @@
|
|||
|
||||
namespace DiscIO
|
||||
{
|
||||
constexpr size_t CLUSTER_SIZE = 0x8000;
|
||||
|
||||
DiscScrubber::DiscScrubber() = default;
|
||||
DiscScrubber::~DiscScrubber() = default;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue