mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-12-09 05:08:43 +00:00
removed old vulkan headers
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -14,9 +14,6 @@
|
||||
path = third-party/xxHash
|
||||
url = https://github.com/Cyan4973/xxHash.git
|
||||
branch = dev
|
||||
[submodule "third-party/vulkan"]
|
||||
path = third-party/vulkan
|
||||
url = https://github.com/GPUCode/vulkan
|
||||
[submodule "externals/discord-rpc"]
|
||||
path = externals/discord-rpc
|
||||
url = https://github.com/shadps4-emu/ext-discord-rpc.git
|
||||
|
||||
3
third-party/CMakeLists.txt
vendored
3
third-party/CMakeLists.txt
vendored
@@ -12,9 +12,6 @@ add_subdirectory(magic_enum EXCLUDE_FROM_ALL)
|
||||
# Toml11
|
||||
add_subdirectory(toml11 EXCLUDE_FROM_ALL)
|
||||
|
||||
# Vulkan
|
||||
add_subdirectory(vulkan EXCLUDE_FROM_ALL)
|
||||
|
||||
# xxHash
|
||||
add_library(xxhash INTERFACE)
|
||||
target_include_directories(xxhash INTERFACE xxhash)
|
||||
|
||||
1
third-party/vulkan
vendored
1
third-party/vulkan
vendored
Submodule third-party/vulkan deleted from 72b2e74075
Reference in New Issue
Block a user