mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12: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;
|
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;
|
return driver_vendor::NVIDIA;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue