mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Add Quadro to fast version of VK get_driver_vendor
This commit is contained in:
parent
91b8e7504e
commit
027eba2b59
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue