summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorGravatar bunnei2019-02-14 10:06:48 -0500
committerGravatar GitHub2019-02-14 10:06:48 -0500
commitfcc3aa0bbf4a1343f90dfc7a93afc31e770c3a70 (patch)
tree05acdede20385a9d738666c59fb63aa9ca055a6a /.gitmodules
parentMerge pull request #2115 from lioncash/local (diff)
parentvk_device: Abstract device handling into a class (diff)
downloadyuzu-fcc3aa0bbf4a1343f90dfc7a93afc31e770c3a70.tar.gz
yuzu-fcc3aa0bbf4a1343f90dfc7a93afc31e770c3a70.tar.xz
yuzu-fcc3aa0bbf4a1343f90dfc7a93afc31e770c3a70.zip
Merge pull request #2113 from ReinUsesLisp/vulkan-base
vulkan: Add dependencies and device abstraction
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index a33a04167..2558a5ebc 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -37,3 +37,6 @@
37[submodule "discord-rpc"] 37[submodule "discord-rpc"]
38 path = externals/discord-rpc 38 path = externals/discord-rpc
39 url = https://github.com/discordapp/discord-rpc.git 39 url = https://github.com/discordapp/discord-rpc.git
40[submodule "Vulkan-Headers"]
41 path = externals/Vulkan-Headers
42 url = https://github.com/KhronosGroup/Vulkan-Headers.git