1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-02-20 19:54:19 +01:00

[util] Remove default options that spoof AMD GPUs

This is no longer necessary due to the nvapi workaround.
This commit is contained in:
Philip Rebohle 2018-11-01 13:48:50 +01:00
parent 5d49644cdc
commit 81765de35b
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -19,11 +19,6 @@ namespace dxvk {
{ "Dishonored2.exe", {{
{ "d3d11.allowMapFlagNoWait", "True" }
}} },
/* Dragon Quest 2 - keeps searching for NVAPI */
{ "DRAGON QUEST XI.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Elite Dangerous */
{ "EliteDangerous64.exe", {{
{ "dxgi.customVendorId", "10de" },
@ -56,16 +51,6 @@ namespace dxvk {
{ "Frostpunk.exe", {{
{ "dxgi.deferSurfaceCreation", "True" },
}} },
/* Grand Theft Auto V */
{ "GTA5.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Batman: Arkham Knight */
{ "BatmanAK.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Mafia 3 */
{ "mafia3.exe", {{
{ "d3d11.fakeStreamOutSupport", "True" },
@ -74,31 +59,6 @@ namespace dxvk {
{ "Overwatch.exe", {{
{ "d3d11.fakeStreamOutSupport", "True" },
}} },
/* Star Citizen */
{ "StarCitizen.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Dauntless */
{ "Dauntless-Win64-Shipping.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Redout */
{ "redout-Win64-Shipping.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Sword Art Online Fatal Bullet */
{ "SAOFB-Win64-Shipping.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
/* Assetto Corsa Competizione */
{ "AC2-Win64-Shipping.exe", {{
{ "dxgi.customVendorId", "1002" },
{ "dxgi.customDeviceId", "e366" },
}} },
}};