diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 3352289f..badb541e 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -75,6 +75,16 @@ namespace dxvk { { "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" }, + }} }, }};