mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 13:57:57 -07:00
a1d6a54eaa
Use "bzip2" instead of "bzip" in optparse's compression choices for the convert command. This is both more accurate and matches what the ParseCompressionTypeString function expects. The mismatch between the two parsing functions prevented compression using bzip2 because either ParseCompressionTypeString or optparse would generate an error when using "bzip" or "bzip2" respectively. Fixes https://bugs.dolphin-emu.org/issues/13427 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ConvertCommand.cpp | ||
ConvertCommand.h | ||
DolphinTool.exe.manifest | ||
DolphinTool.filters | ||
DolphinTool.rc | ||
DolphinTool.vcxproj | ||
HeaderCommand.cpp | ||
HeaderCommand.h | ||
resource.h | ||
ToolHeadlessPlatform.cpp | ||
ToolMain.cpp | ||
VerifyCommand.cpp | ||
VerifyCommand.h |