diff options
| author | 2022-11-22 19:14:46 -0500 | |
|---|---|---|
| committer | 2022-11-27 14:58:28 -0500 | |
| commit | 2956a33463df8fe97819df2b08d31834eaeed442 (patch) | |
| tree | eed76f1f0a30830f673cab6aae36beb8127a0288 /.gitmodules | |
| parent | Merge pull request #9299 from lioncash/cast (diff) | |
| download | yuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar.gz yuzu-2956a33463df8fe97819df2b08d31834eaeed442.tar.xz yuzu-2956a33463df8fe97819df2b08d31834eaeed442.zip | |
Vulkan: update initialization
Co-authored-by: bylaws <bylaws@users.noreply.github.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 8a90f4d15..8e98ee9cb 100644 --- a/.gitmodules +++ b/.gitmodules | |||
| @@ -27,7 +27,7 @@ | |||
| 27 | url = https://github.com/KhronosGroup/Vulkan-Headers.git | 27 | url = https://github.com/KhronosGroup/Vulkan-Headers.git |
| 28 | [submodule "sirit"] | 28 | [submodule "sirit"] |
| 29 | path = externals/sirit | 29 | path = externals/sirit |
| 30 | url = https://github.com/ReinUsesLisp/sirit | 30 | url = https://github.com/yuzu-emu/sirit |
| 31 | [submodule "mbedtls"] | 31 | [submodule "mbedtls"] |
| 32 | path = externals/mbedtls | 32 | path = externals/mbedtls |
| 33 | url = https://github.com/yuzu-emu/mbedtls | 33 | url = https://github.com/yuzu-emu/mbedtls |