diff --git a/README.md b/README.md index 83bf106..8e95f67 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ All string fields here (`command` and `env` values) accept these keywords: "need_dxvk": false, "bundle": "Proton" } - + } ] ``` diff --git a/components.json b/components.json index 114dae7..c7fda7c 100644 --- a/components.json +++ b/components.json @@ -41,6 +41,15 @@ "DXVK_ASYNC": 1 } } + }, + { + "name": "gplasync", + "title": "Gplasync", + "features": { + "env": { + "DXVK_ASYNC": 1 + } + } } ] } diff --git a/dxvk/gplasync.json b/dxvk/gplasync.json new file mode 100644 index 0000000..600dbbe --- /dev/null +++ b/dxvk/gplasync.json @@ -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" + } +] \ No newline at end of file