1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-02 10:24:12 +01:00

[util] Enable raw SSBOs for FIFA 19

This game incorrectly binds a typed buffer view when the shader
expects a structured buffer. Using raw SSBOs matches Windows
behaviour in this case. Fixes #642.
This commit is contained in:
Philip Rebohle 2019-01-08 21:01:57 +01:00
parent 4fe5929799
commit 6282280f8d
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -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" },
}} },
}};