summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_device.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-12-02 22:47:33 +0100
committerLiam <byteslice@airmail.cc>2022-12-04 16:55:13 +0100
commita948ab3e4846df49a8087d856c27a323800300c3 (patch)
tree697d3572c886356e6a140c8fea261a73c738df51 /src/video_core/vulkan_common/vulkan_device.cpp
parentMerge pull request #9375 from jbeich/xbyak-no-install (diff)
downloadyuzu-a948ab3e4846df49a8087d856c27a323800300c3.tar
yuzu-a948ab3e4846df49a8087d856c27a323800300c3.tar.gz
yuzu-a948ab3e4846df49a8087d856c27a323800300c3.tar.bz2
yuzu-a948ab3e4846df49a8087d856c27a323800300c3.tar.lz
yuzu-a948ab3e4846df49a8087d856c27a323800300c3.tar.xz
yuzu-a948ab3e4846df49a8087d856c27a323800300c3.tar.zst
yuzu-a948ab3e4846df49a8087d856c27a323800300c3.zip
Diffstat (limited to 'src/video_core/vulkan_common/vulkan_device.cpp')
-rw-r--r--src/video_core/vulkan_common/vulkan_device.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.cpp b/src/video_core/vulkan_common/vulkan_device.cpp
index 652329c38..f4c1bd979 100644
--- a/src/video_core/vulkan_common/vulkan_device.cpp
+++ b/src/video_core/vulkan_common/vulkan_device.cpp
@@ -80,7 +80,6 @@ constexpr std::array REQUIRED_EXTENSIONS{
// Core in 1.2, but required due to use of extension methods,
// and well-supported by drivers
- VK_KHR_TIMELINE_SEMAPHORE_EXTENSION_NAME,
VK_KHR_DESCRIPTOR_UPDATE_TEMPLATE_EXTENSION_NAME,
VK_EXT_HOST_QUERY_RESET_EXTENSION_NAME,
#ifdef _WIN32