mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
RVZ: Store pseudorandom junk data efficiently
This commit is contained in:
parent
1e92b54bf5
commit
4b74993374
8 changed files with 689 additions and 75 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue