2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2026-06-17 14:02:12 +00:00

Add dumping support for PS3, Wii U and Xenon server fast files (#826)

Co-authored-by: hindercanrun <109132519+meowica@users.noreply.github.com>
This commit is contained in:
Ash
2026-06-16 16:45:03 +08:00
committed by GitHub
parent 8dba13f913
commit 040826b1f3
3 changed files with 42 additions and 1 deletions
+2
View File
@@ -24,7 +24,9 @@ namespace T6
static_assert(std::char_traits<char>::length(MAGIC_UNSIGNED) == sizeof(ZoneHeader::m_magic));
static_assert(std::char_traits<char>::length(MAGIC_UNSIGNED_SERVER) == sizeof(ZoneHeader::m_magic));
static constexpr unsigned ZONE_VERSION_WIIU = 148;
static constexpr unsigned ZONE_VERSION_PC = 147;
static constexpr unsigned ZONE_VERSION_PS3 = 146;
static constexpr unsigned ZONE_VERSION_XENON = 146;
static constexpr unsigned STREAM_COUNT = 4;