mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-28 04:08:43 +00:00
Merge pull request #10491 from Minty-Meeo/dolphin-tool-more-stuff
More dolphin-tool features and options
This commit is contained in:
commit
7b0d5f2df3
20 changed files with 167 additions and 8 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue