diff options
| author | 2023-06-27 22:54:33 +0200 | |
|---|---|---|
| committer | 2023-07-12 04:51:45 +0200 | |
| commit | c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3 (patch) | |
| tree | e69757e6255f68e5e18f1c8d483323e9a9cdbd4e /.gitmodules | |
| parent | Merge pull request #10985 from liamwhite/handle-translate (diff) | |
| download | yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar.gz yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.tar.xz yuzu-c3050c1b48040ee1c66f7e84efa8e49fbe35a3e3.zip | |
cmake: allow using system VMA library
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 9f96b70be..361f4845b 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -56,5 +56,5 @@ | |||
| 56 | path = externals/nx_tzdb/tzdb_to_nx | 56 | path = externals/nx_tzdb/tzdb_to_nx |
| 57 | url = https://github.com/lat9nq/tzdb_to_nx.git | 57 | url = https://github.com/lat9nq/tzdb_to_nx.git |
| 58 | [submodule "VulkanMemoryAllocator"] | 58 | [submodule "VulkanMemoryAllocator"] |
| 59 | path = externals/vma/VulkanMemoryAllocator | 59 | path = externals/VulkanMemoryAllocator |
| 60 | url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git | 60 | url = https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git |