diff options
author | GPUCode <[email protected]> | 2023-06-25 15:08:38 +0300 |
---|---|---|
committer | GPUCode <[email protected]> | 2023-06-26 18:59:24 +0300 |
commit | b6c6dcc5760ebaf08460c176c42d1c4729e2eb21 (patch) | |
tree | 41426f4d3437e28901e7764c0025eac2c6538539 /.gitmodules | |
parent | 75fb29e08e3891ecfc5d96d54603cda806ebd426 (diff) | |
download | yuzu-mainline-b6c6dcc5760ebaf08460c176c42d1c4729e2eb21.tar.gz yuzu-mainline-b6c6dcc5760ebaf08460c176c42d1c4729e2eb21.zip |
externals: Use cmake subdirectory
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index cc0e97a85..5a8169b44 100644 --- a/.gitmodules +++ b/.gitmodules @@ -55,6 +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 +[submodule "VulkanMemoryAllocator"] + path = externals/vma/VulkanMemoryAllocator url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator |