Add a Verify tab to game properties

This commit is contained in:
JosJuice
2019-04-09 14:18:41 +02:00
parent c885fed9da
commit 84cbd5150f
17 changed files with 1006 additions and 32 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ class Volume;
constexpr u32 PARTITION_DATA = 0;
constexpr u32 PARTITION_UPDATE = 1;
constexpr u32 PARTITION_CHANNEL = 2;
constexpr u32 PARTITION_CHANNEL = 2; // Mario Kart Wii, Wii Fit, Wii Fit Plus, Rabbids Go Home
constexpr u32 PARTITION_INSTALL = 3; // Dragon Quest X only
std::string NameForPartitionType(u32 partition_type, bool include_prefix);