summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2020-06-21 12:38:03 +0200
committerJosJuice <josjuice@gmail.com>2020-06-21 12:38:03 +0200
commit660d81a10b4a8ff9a61631e69fb93e9010bccbc0 (patch)
tree316fdcc471c0ca7feeba9a87f008e8de90d7fda4 /Source/Core/DiscIO
parent224c6e799d4840dd4993c3f3246e78b5c89a4096 (diff)
RVZ: Bump version number to 1.0
Diffstat (limited to 'Source/Core/DiscIO')
-rw-r--r--Source/Core/DiscIO/WIABlob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/WIABlob.h b/Source/Core/DiscIO/WIABlob.h
index 458b05e8e7..789a3e7dd5 100644
--- a/Source/Core/DiscIO/WIABlob.h
+++ b/Source/Core/DiscIO/WIABlob.h
@@ -379,7 +379,7 @@ private:
static constexpr u32 WIA_VERSION_WRITE_COMPATIBLE = 0x01000000;
static constexpr u32 WIA_VERSION_READ_COMPATIBLE = 0x00080000;
- static constexpr u32 RVZ_VERSION = 0x00030000;
+ static constexpr u32 RVZ_VERSION = 0x01000000;
static constexpr u32 RVZ_VERSION_WRITE_COMPATIBLE = 0x00030000;
static constexpr u32 RVZ_VERSION_READ_COMPATIBLE = 0x00030000;
};