dolphin/Source/Core/DolphinTool
Dentomologist a1d6a54eaa DolphinTool: Fix parsing of command line bzip2 flag
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
2024-02-13 12:44:03 -08:00
..
CMakeLists.txt DolphinTool: Use {fmt} library 2023-06-16 21:45:59 -05:00
ConvertCommand.cpp DolphinTool: Fix parsing of command line bzip2 flag 2024-02-13 12:44:03 -08:00
ConvertCommand.h DolphinTool: Ditch OOP design 2023-06-16 20:39:16 -05:00
DolphinTool.exe.manifest Update supportedOS values in .manifest files 2022-08-05 10:26:22 +10:00
DolphinTool.filters DolphinTool: Ditch OOP design 2023-06-16 20:39:16 -05:00
DolphinTool.rc DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00
DolphinTool.vcxproj Tool/Header: Add JSON output mode; game data 2023-11-28 08:49:28 +00:00
HeaderCommand.cpp Tool/Header: Add JSON output mode; game data 2023-11-28 08:49:28 +00:00
HeaderCommand.h DolphinTool: Ditch OOP design 2023-06-16 20:39:16 -05:00
ToolHeadlessPlatform.cpp Cleanup headers 2023-02-09 18:36:20 +13:00
ToolMain.cpp DolphinTool: Use {fmt} library 2023-06-16 21:45:59 -05:00
VerifyCommand.cpp Merge pull request #11960 from Minty-Meeo/dolphin-tool-code-review-4 2023-06-17 14:18:21 +02:00
VerifyCommand.h DolphinTool: Ditch OOP design 2023-06-16 20:39:16 -05:00
resource.h DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00