diff --git a/src/util/config/config.cpp b/src/util/config/config.cpp index 3bb08820..2224e06c 100644 --- a/src/util/config/config.cpp +++ b/src/util/config/config.cpp @@ -67,6 +67,14 @@ namespace dxvk { { "anno2205.exe", {{ { "dxvk.enableStateCache", "False" }, }} }, + /* Fifa '19 */ + { "FIFA19.exe", {{ + { "dxvk.useRawSsbo", "True" }, + }} }, + /* Fifa '19 Demo */ + { "FIFA19_demo.exe", {{ + { "dxvk.useRawSsbo", "True" }, + }} }, }};