RVZ: Store pseudorandom junk data efficiently

This commit is contained in:
JosJuice
2020-05-10 19:21:05 +02:00
parent 1e92b54bf5
commit 4b74993374
8 changed files with 689 additions and 75 deletions

View File

@ -252,6 +252,10 @@ void ConvertDialog::OnFormatChanged()
m_block_size->setEnabled(m_block_size->count() > 1);
m_compression->setEnabled(m_compression->count() > 1);
m_scrub->setEnabled(format != DiscIO::BlobType::RVZ);
if (format == DiscIO::BlobType::RVZ)
m_scrub->setChecked(false);
}
void ConvertDialog::OnCompressionChanged()