dolphin/Source/Core/UICommon
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
..
ResourcePack ResourcePack: Avoid crashes on invalid packs during Init(). 2022-06-17 03:49:05 +02:00
AutoUpdate.cpp updater: use new platform id for win-arm64 2022-06-16 14:55:51 -07:00
AutoUpdate.h Config: Port AutoUpdate settings to new config system. 2021-12-27 21:19:28 +01:00
CMakeLists.txt CMake: rename minizip to minizip-ng 2022-06-06 14:21:43 +02:00
CommandLineParse.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
CommandLineParse.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Disassembler.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
Disassembler.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DiscordPresence.cpp Use Common::ToLower and Common::ToUpper 2022-01-16 17:00:12 -08:00
DiscordPresence.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
GameFile.cpp DiscIO: Replace IsDataSizeAccurate with GetDataSizeType 2022-08-04 22:00:59 +02:00
GameFile.h DiscIO: Replace IsDataSizeAccurate with GetDataSizeType 2022-08-04 22:00:59 +02:00
GameFileCache.cpp DiscIO: Replace IsDataSizeAccurate with GetDataSizeType 2022-08-04 22:00:59 +02:00
GameFileCache.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
NetPlayIndex.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
NetPlayIndex.h Fix all uninitialized variable warnings (C26495) 2021-10-13 12:32:16 -07:00
UICommon.cpp Split out controller initialization to UICommon 2022-07-17 14:02:03 +02:00
UICommon.h Split out controller initialization to UICommon 2022-07-17 14:02:03 +02:00
USBUtils.cpp Log warnings when LibusbUtils::GetDeviceList fails 2022-06-08 15:29:11 -07:00
USBUtils.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VideoUtils.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
VideoUtils.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
X11Utils.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
X11Utils.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00