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:
parent
4fe5929799
commit
6282280f8d
@ -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" },
|
||||
}} },
|
||||
}};
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user