Merge pull request #9102 from Jupeyy/pr_no_warning_fail

Don't emit a warning if no capable vulkan GPU was found
This commit is contained in:
Dennis Felsing 2024-10-03 11:37:39 +00:00 committed by GitHub
commit 29523e4972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3798,7 +3798,7 @@ public:
if(m_pGpuList->m_vGpus.empty()) 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; return false;
} }