summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-03-14 13:33:48 +0100
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-03-14 13:33:48 +0100
commit9761618a8ddb1e1e1a8453d9926569f7a88a01d6 (patch)
tree869740af410db49ed237a29226227a42d3b4119a
parentMerge pull request #6053 from Morph1984/time-CalculateSpanBetween (diff)
downloadyuzu-9761618a8ddb1e1e1a8453d9926569f7a88a01d6.tar
yuzu-9761618a8ddb1e1e1a8453d9926569f7a88a01d6.tar.gz
yuzu-9761618a8ddb1e1e1a8453d9926569f7a88a01d6.tar.bz2
yuzu-9761618a8ddb1e1e1a8453d9926569f7a88a01d6.tar.lz
yuzu-9761618a8ddb1e1e1a8453d9926569f7a88a01d6.tar.xz
yuzu-9761618a8ddb1e1e1a8453d9926569f7a88a01d6.tar.zst
yuzu-9761618a8ddb1e1e1a8453d9926569f7a88a01d6.zip
-rw-r--r--src/core/file_sys/system_archive/ng_word.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/file_sys/system_archive/ng_word.cpp b/src/core/file_sys/system_archive/ng_word.cpp
index 100d3c5db..8d86d563a 100644
--- a/src/core/file_sys/system_archive/ng_word.cpp
+++ b/src/core/file_sys/system_archive/ng_word.cpp
@@ -14,7 +14,7 @@ namespace NgWord1Data {
constexpr std::size_t NUMBER_WORD_TXT_FILES = 0x10;
// Should this archive replacement mysteriously not work on a future game, consider updating.
-constexpr std::array<u8, 4> VERSION_DAT{0x0, 0x0, 0x0, 0x19}; // 5.1.0 System Version
+constexpr std::array<u8, 4> VERSION_DAT{0x0, 0x0, 0x0, 0x20}; // 11.0.1 System Version
constexpr std::array<u8, 30> WORD_TXT{
0xFE, 0xFF, 0x00, 0x5E, 0x00, 0x76, 0x00, 0x65, 0x00, 0x72, 0x00, 0x79, 0x00, 0x62, 0x00,
@@ -43,7 +43,7 @@ namespace NgWord2Data {
constexpr std::size_t NUMBER_AC_NX_FILES = 0x10;
// Should this archive replacement mysteriously not work on a future game, consider updating.
-constexpr std::array<u8, 4> VERSION_DAT{0x0, 0x0, 0x0, 0x15}; // 5.1.0 System Version
+constexpr std::array<u8, 4> VERSION_DAT{0x0, 0x0, 0x0, 0x1A}; // 11.0.1 System Version
constexpr std::array<u8, 0x2C> AC_NX_DATA{
0x1F, 0x8B, 0x08, 0x08, 0xD5, 0x2C, 0x09, 0x5C, 0x04, 0x00, 0x61, 0x63, 0x72, 0x61, 0x77,