diff options
| author | 2021-03-15 15:44:04 -0700 | |
|---|---|---|
| committer | 2021-03-15 15:44:04 -0700 | |
| commit | 0687a8370d159bcc9043fd6a1dd56a1d16d6a6d8 (patch) | |
| tree | ba85d266dc4c242f5e2ddbcd05fe289950531eb1 | |
| parent | Merge pull request #6054 from Morph1984/time-GetClockSnapshot (diff) | |
| parent | system_archive: Update NgWord archive version (diff) | |
| download | yuzu-0687a8370d159bcc9043fd6a1dd56a1d16d6a6d8.tar.gz yuzu-0687a8370d159bcc9043fd6a1dd56a1d16d6a6d8.tar.xz yuzu-0687a8370d159bcc9043fd6a1dd56a1d16d6a6d8.zip | |
Merge pull request #6069 from Morph1984/ngWord
system_archive: Update NgWord archive version
Diffstat (limited to '')
| -rw-r--r-- | src/core/file_sys/system_archive/ng_word.cpp | 4 |
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 { | |||
| 14 | constexpr std::size_t NUMBER_WORD_TXT_FILES = 0x10; | 14 | constexpr std::size_t NUMBER_WORD_TXT_FILES = 0x10; |
| 15 | 15 | ||
| 16 | // Should this archive replacement mysteriously not work on a future game, consider updating. | 16 | // Should this archive replacement mysteriously not work on a future game, consider updating. |
| 17 | constexpr std::array<u8, 4> VERSION_DAT{0x0, 0x0, 0x0, 0x19}; // 5.1.0 System Version | 17 | constexpr std::array<u8, 4> VERSION_DAT{0x0, 0x0, 0x0, 0x20}; // 11.0.1 System Version |
| 18 | 18 | ||
| 19 | constexpr std::array<u8, 30> WORD_TXT{ | 19 | constexpr std::array<u8, 30> WORD_TXT{ |
| 20 | 0xFE, 0xFF, 0x00, 0x5E, 0x00, 0x76, 0x00, 0x65, 0x00, 0x72, 0x00, 0x79, 0x00, 0x62, 0x00, | 20 | 0xFE, 0xFF, 0x00, 0x5E, 0x00, 0x76, 0x00, 0x65, 0x00, 0x72, 0x00, 0x79, 0x00, 0x62, 0x00, |
| @@ -43,7 +43,7 @@ namespace NgWord2Data { | |||
| 43 | constexpr std::size_t NUMBER_AC_NX_FILES = 0x10; | 43 | constexpr std::size_t NUMBER_AC_NX_FILES = 0x10; |
| 44 | 44 | ||
| 45 | // Should this archive replacement mysteriously not work on a future game, consider updating. | 45 | // Should this archive replacement mysteriously not work on a future game, consider updating. |
| 46 | constexpr std::array<u8, 4> VERSION_DAT{0x0, 0x0, 0x0, 0x15}; // 5.1.0 System Version | 46 | constexpr std::array<u8, 4> VERSION_DAT{0x0, 0x0, 0x0, 0x1A}; // 11.0.1 System Version |
| 47 | 47 | ||
| 48 | constexpr std::array<u8, 0x2C> AC_NX_DATA{ | 48 | constexpr std::array<u8, 0x2C> AC_NX_DATA{ |
| 49 | 0x1F, 0x8B, 0x08, 0x08, 0xD5, 0x2C, 0x09, 0x5C, 0x04, 0x00, 0x61, 0x63, 0x72, 0x61, 0x77, | 49 | 0x1F, 0x8B, 0x08, 0x08, 0xD5, 0x2C, 0x09, 0x5C, 0x04, 0x00, 0x61, 0x63, 0x72, 0x61, 0x77, |