mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 16:18:58 +00:00
VideoCommon: Post to analytics when bug is overridden
This commit is contained in:
parent
99f0c3fa01
commit
b7a451fc87
6 changed files with 112 additions and 10 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue