mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 01:24:11 +01:00
[util] Spoof Nvidia card for Assassin's Creed Syndicate
This one actually doesn't work properly when the AMD AGS library is not present, but is fine with nvapi not being there.
This commit is contained in:
parent
1127a344dc
commit
2d93452cba
@ -11,6 +11,10 @@
|
||||
namespace dxvk {
|
||||
|
||||
const static std::unordered_map<std::string, Config> g_appDefaults = {{
|
||||
/* Assassin's Creed Syndicate - amdags issues */
|
||||
{ "ACS.exe", {{
|
||||
{ "dxgi.customVendorId", "10DE" },
|
||||
}} },
|
||||
/* Dishonored 2 */
|
||||
{ "Dishonored2.exe", {{
|
||||
{ "d3d11.allowMapFlagNoWait", "True" }
|
||||
|
Loading…
Reference in New Issue
Block a user