diff options
| author | TellowKrinkle <tellowkrinkle@gmail.com> | 2024-01-27 17:39:12 -0600 |
|---|---|---|
| committer | TellowKrinkle <tellowkrinkle@gmail.com> | 2024-01-28 23:24:23 -0600 |
| commit | b7a451fc8775848eaf09aad02a3f8d9022fbde8e (patch) | |
| tree | ac969611681f3e2ac81a42f2276d39969e0d2b51 /Source/Core/VideoBackends/Vulkan | |
| parent | 99f0c3fa01e7efe5cabf65f634b6b7df4eca27b0 (diff) | |
VideoCommon: Post to analytics when bug is overridden
Diffstat (limited to 'Source/Core/VideoBackends/Vulkan')
| -rw-r--r-- | Source/Core/VideoBackends/Vulkan/VulkanContext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp b/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp index 318f8f9103..db6d8b99d4 100644 --- a/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp +++ b/Source/Core/VideoBackends/Vulkan/VulkanContext.cpp @@ -967,7 +967,7 @@ void VulkanContext::InitDriverDetails() DriverDetails::Init(DriverDetails::API_VULKAN, vendor, driver, static_cast<double>(m_device_properties.driverVersion), - DriverDetails::Family::UNKNOWN); + DriverDetails::Family::UNKNOWN, std::move(device_name)); } void VulkanContext::PopulateShaderSubgroupSupport() |
