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
Command.h
ConvertCommand.cpp DiscIO: Replace IsDataSizeAccurate with GetDataSizeType 2022-08-04 22:00:59 +02:00
ConvertCommand.h
DolphinTool.exe.manifest
DolphinTool.filters
DolphinTool.rc
DolphinTool.vcxproj
HeaderCommand.cpp
HeaderCommand.h
resource.h
ToolHeadlessPlatform.cpp
ToolMain.cpp
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