[util] Report Nvidia VendorId for Myst V

Game was made before ATI Technologies was bought by AMD and so doesn't recognize AMD as a GPU vendor, which for some reason makes it bug out.
It also works when it sees the word "Radeon" in the device description, which is why this issue doesn't show on amdvlk or wined3d.
This commit is contained in:
Blisto91 2022-05-31 20:44:11 +02:00 committed by Philip Rebohle
parent de0f81fcdc
commit 1862e4dc8d
1 changed files with 7 additions and 0 deletions

View File

@ -554,6 +554,13 @@ namespace dxvk {
{ "d3d9.memoryTrackTest", "True" },
{ "d3d9.maxAvailableMemory", "2048" },
}} },
/* Myst V End of Ages
Game has white textures on amd radv.
Expects Nvidia, Intel or ATI VendorId.
"Radeon" in gpu description also works */
{ R"(\\eoa\.exe$)", {{
{ "d3d9.customVendorId", "10de" },
}} },
}};