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

Co-authored-by: hindercanrun <[email protected]>
This commit is contained in:
Ash
2026-06-16 10:45:03 +02:00
committed by GitHub
co-authored by hindercanrun
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;