mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Handle DX10 case of ba2 format
This commit is contained in:
parent
c1fbe90953
commit
974799c011
7 changed files with 786 additions and 1 deletions
|
@ -52,6 +52,7 @@ std::unique_ptr<VFS::Archive> makeBsaArchive(const std::filesystem::path& path)
|
|||
return std::make_unique<VFS::BsaArchive>(path);
|
||||
case Bsa::BSAVER_COMPRESSED:
|
||||
case Bsa::BSAVER_BA2_GNRL:
|
||||
case Bsa::BSAVER_BA2_DX10:
|
||||
return std::make_unique<VFS::CompressedBsaArchive>(path);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue