Added gplasync DXVK builds

This commit is contained in:
Observer KRypt0n_ 2023-05-04 19:53:00 +02:00
parent 9dd32b1adc
commit 607f630e49
No known key found for this signature in database
GPG key ID: 844DA47BA25FE1E2
3 changed files with 18 additions and 1 deletions

View file

@ -174,7 +174,7 @@ All string fields here (`command` and `env` values) accept these keywords:
"need_dxvk": false,
"bundle": "Proton"
}
}
]
```

View file

@ -41,6 +41,15 @@
"DXVK_ASYNC": 1
}
}
},
{
"name": "gplasync",
"title": "Gplasync",
"features": {
"env": {
"DXVK_ASYNC": 1
}
}
}
]
}

8
dxvk/gplasync.json Normal file
View file

@ -0,0 +1,8 @@
[
{
"name": "dxvk-gplasync-2.1-4",
"title": "2.1-4",
"version": "2.1-4-gplasync",
"uri": "https://gitlab.com/Ph42oN/dxvk-gplasync/-/raw/main/dxvk-gplasync-2.1-4.tar.gz"
}
]