mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-14 00:48:44 +01:00
[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:
parent
de0f81fcdc
commit
1862e4dc8d
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user