[VFS] XContent: Added support for SVOD normal layout with multiple files

This commit is contained in:
Gliniak
2026-01-03 22:20:44 +01:00
committed by Radosław Gliński
parent 53c0178766
commit b8b33ecabf
2 changed files with 12 additions and 11 deletions

View File

@@ -41,6 +41,7 @@ class SvodContainerDevice : public XContentContainerDevice {
kEnhancedGDF = 0x1,
kXSF = 0x2,
kSingleFile = 0x4,
kMultipleFiles = 0x8,
};
const char* MEDIA_MAGIC = "MICROSOFT*XBOX*MEDIA";