summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/video_core/vulkan_common/vulkan_device.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/vulkan_common/vulkan_device.h b/src/video_core/vulkan_common/vulkan_device.h
index 8a05a4fab..13ca24ef5 100644
--- a/src/video_core/vulkan_common/vulkan_device.h
+++ b/src/video_core/vulkan_common/vulkan_device.h
@@ -518,7 +518,7 @@ public:
518 if (extensions.spirv_1_4) { 518 if (extensions.spirv_1_4) {
519 return 0x00010400U; 519 return 0x00010400U;
520 } 520 }
521 return 0x00010000U; 521 return 0x00010300U;
522 } 522 }
523 523
524 /// Returns true when a known debugging tool is attached. 524 /// Returns true when a known debugging tool is attached.