dolphin/Source/Core/DolphinTool
JosJuice a87dffe52d DiscIO: Replace IsDataSizeAccurate with GetDataSizeType
Previously, we had WBFS and CISO which both returned an upper bound
of the size, and other formats which returned an accurate size. But
now we also have NFS, which returns a lower bound of the size. To
allow VolumeVerifier to make better informed decisions for NFS, let's
use an enum instead of a bool for the type of data size a blob has.
2022-08-04 22:00:59 +02:00
..
CMakeLists.txt cmake: Don't use PCH with Qt6. 2022-05-22 01:19:44 +02:00
Command.h DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00
ConvertCommand.cpp DiscIO: Replace IsDataSizeAccurate with GetDataSizeType 2022-08-04 22:00:59 +02:00
ConvertCommand.h DolphinTool: Allow converting non-GC/Wii files 2022-03-22 18:59:01 +01:00
DolphinTool.exe.manifest DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00
DolphinTool.filters msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
DolphinTool.rc DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00
DolphinTool.vcxproj msbuild: use default Project attrs 2022-04-27 15:26:43 -07:00
HeaderCommand.cpp Added a way to check Block Size, Compression Method, and Compression Level flags to dolphin-tool 2022-03-19 17:13:28 -05:00
HeaderCommand.h Added a way to check Block Size, Compression Method, and Compression Level flags to dolphin-tool 2022-03-19 17:13:28 -05:00
ToolHeadlessPlatform.cpp DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00
ToolMain.cpp Merge pull request #10491 from Minty-Meeo/dolphin-tool-more-stuff 2022-03-20 05:43:53 +01:00
VerifyCommand.cpp VolumeVerifier: enable fast hash functions by default 2022-08-02 22:23:49 -07:00
VerifyCommand.h VolumeVerifier: enable fast hash functions by default 2022-08-02 22:23:49 -07:00
resource.h DolphinTool: CLI utility interface and disc image tools 2021-12-03 15:40:19 -06:00