mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-06 23:23:38 +00:00
[VFS] Add support for loading ZArchive files
This commit is contained in:
parent
e191f2d8d0
commit
2cd2d1d620
14 changed files with 541 additions and 2 deletions
6
.gitmodules
vendored
6
.gitmodules
vendored
|
|
@ -85,3 +85,9 @@
|
|||
[submodule "third_party/VulkanMemoryAllocator"]
|
||||
path = third_party/VulkanMemoryAllocator
|
||||
url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git
|
||||
[submodule "third_party/zstd"]
|
||||
path = third_party/zstd
|
||||
url = https://github.com/facebook/zstd.git
|
||||
[submodule "third_party/zarchive"]
|
||||
path = third_party/zarchive
|
||||
url = https://github.com/exzap/ZArchive.git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue