aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitmodules
diff options
context:
space:
mode:
authorlat9nq <[email protected]>2023-06-18 04:59:12 -0400
committerGPUCode <[email protected]>2023-06-18 12:45:12 +0300
commit6448eade2ef126a88068cde66b77e7788c3fab08 (patch)
treeac7ff6d8d31defedca403be72068dcdfb07e48ff /.gitmodules
parent6e293be20bf958a5a8ee940ff1a0e01d81d44ef4 (diff)
downloadyuzu-android-6448eade2ef126a88068cde66b77e7788c3fab08.tar.gz
yuzu-android-6448eade2ef126a88068cde66b77e7788c3fab08.zip
externals: Add vma and initialize it
video_core: Move vma implementation to library
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index 89f2ad924..cc0e97a85 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -55,3 +55,6 @@
[submodule "tzdb_to_nx"]
path = externals/nx_tzdb/tzdb_to_nx
url = https://github.com/lat9nq/tzdb_to_nx.git
+[submodule "externals/vma/vma"]
+ path = externals/vma/vma
+ url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator