Merge pull request #10491 from Minty-Meeo/dolphin-tool-more-stuff

More dolphin-tool features and options
This commit is contained in:
Admiral H. Curtiss 2022-03-20 05:43:53 +01:00 committed by GitHub
commit 7b0d5f2df3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 167 additions and 8 deletions

View file

@ -262,7 +262,7 @@ void ConvertDialog::OnCompressionChanged()
const auto compression_type =
static_cast<DiscIO::WIARVZCompressionType>(m_compression->currentData().toInt());
const std::pair<int, int> range = DiscIO::GetAllowedCompressionLevels(compression_type);
const std::pair<int, int> range = DiscIO::GetAllowedCompressionLevels(compression_type, true);
for (int i = range.first; i <= range.second; ++i)
{