mirror of
https://github.com/RPCS3/rpcs3.git
synced 2024-11-16 23:17:29 +00:00
Add Quadro to fast version of VK get_driver_vendor
This commit is contained in:
parent
91b8e7504e
commit
027eba2b59
@ -754,7 +754,7 @@ private:
|
||||
return driver_vendor::AMD;
|
||||
}
|
||||
|
||||
if (gpu_name.find("NVIDIA") != umax || gpu_name.find("GeForce") != umax)
|
||||
if (gpu_name.find("NVIDIA") != umax || gpu_name.find("GeForce") != umax || gpu_name.find("Quadro") != umax)
|
||||
{
|
||||
return driver_vendor::NVIDIA;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user