Don't emit a warning to the user if no capable vulkan GPU was found

This commit is contained in:
Jupeyy 2024-10-03 11:43:18 +02:00
parent 47db90d8e9
commit bbab3478f6
No known key found for this signature in database

View file

@ -3798,7 +3798,7 @@ public:
if(m_pGpuList->m_vGpus.empty())
{
SetWarning(EGfxWarningType::GFX_WARNING_TYPE_INIT_FAILED_MISSING_INTEGRATED_GPU_DRIVER, "No devices with required vulkan version found.");
dbg_msg("vulkan", "no devices with required vulkan version found.");
return false;
}