mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-03-02 04:29:14 +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:
parent
4fe5929799
commit
6282280f8d
@ -67,6 +67,14 @@ namespace dxvk {
|
|||||||
{ "anno2205.exe", {{
|
{ "anno2205.exe", {{
|
||||||
{ "dxvk.enableStateCache", "False" },
|
{ "dxvk.enableStateCache", "False" },
|
||||||
}} },
|
}} },
|
||||||
|
/* Fifa '19 */
|
||||||
|
{ "FIFA19.exe", {{
|
||||||
|
{ "dxvk.useRawSsbo", "True" },
|
||||||
|
}} },
|
||||||
|
/* Fifa '19 Demo */
|
||||||
|
{ "FIFA19_demo.exe", {{
|
||||||
|
{ "dxvk.useRawSsbo", "True" },
|
||||||
|
}} },
|
||||||
}};
|
}};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user